File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments