Skip to content

Commit cfdd4fa

Browse files
authored
update dependency and bring python 3.8 support (#16)
1 parent 6eac96a commit cfdd4fa

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
python-version: ['3.9', '3.10']
20+
python-version: ['3.8', '3.9', '3.10']
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
install_requires=[
2323
"pytest>=5.0",
2424
"pytest-metadata",
25-
"stf-appium-client==0.9.5",
25+
"stf-appium-client==0.10.0",
2626
"pytest-lockable==0.9.1"],
2727
# List additional groups of dependencies here (e.g. development
2828
# dependencies). Users will be able to install these using the "extras"
@@ -37,7 +37,7 @@
3737
},
3838
license="Mozilla Public License 2.0 (MPL 2.0)",
3939
keywords="py.test pytest openstf android phone",
40-
python_requires=">=3.9",
40+
python_requires=">=3.8",
4141
classifiers=[
4242
# "Development Status :: 5 - Production/Stable",
4343
"Framework :: Pytest",
@@ -51,6 +51,7 @@
5151
"Topic :: Utilities",
5252
"Programming Language :: Python",
5353
"Programming Language :: Python :: 3",
54+
"Programming Language :: Python :: 3.8",
5455
"Programming Language :: Python :: 3.9",
5556
"Programming Language :: Python :: 3.10",
5657
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)