Skip to content

Commit 9ac6d16

Browse files
authored
bring python3.12 to CI (#35)
1 parent 311a796 commit 9ac6d16

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ ubuntu-latest, macos-latest, windows-latest ]
21-
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
21+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
2222
name: ${{ matrix.os }}-Python-${{ matrix.python-version }}
2323
steps:
2424
- uses: actions/checkout@v4

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Jussi Vatjus-Anttila
3+
Copyright (c) 2024 Jussi Vatjus-Anttila
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These instructions will get you a copy of the project up and running on your loc
3636

3737
### Prerequisites
3838
* openstf server and access token
39-
* python >=3.7
39+
* python >=3.8
4040
* adb
4141
* appium (`npm install appium`)
4242
Library expects that appium is located to PATH

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
Programming Language :: Python :: 3.9
2323
Programming Language :: Python :: 3.10
2424
Programming Language :: Python :: 3.11
25+
Programming Language :: Python :: 3.12
2526
Topic :: Software Development :: Testing
2627
""".strip().splitlines()
2728

0 commit comments

Comments
 (0)