File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 max-parallel : 3
2525 matrix :
2626 os : [ubuntu-22.04, macos-11, windows-2019]
27- pyv : ["3.7.16 ", "3.8 ", "3.9 ", "3.10 "]
27+ pyv : ["3.8 ", "3.9 ", "3.10 ", "3.11 "]
2828
2929 steps :
3030 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 5050 ],
5151 "tests" : tests_requirements ,
5252 },
53- python_requires = ">=3.7 " ,
53+ python_requires = ">=3.8 " ,
5454 classifiers = [
5555 "Development Status :: 4 - Beta" ,
5656 "Programming Language :: Python :: 3" ,
57- "Programming Language :: Python :: 3.7" ,
5857 "Programming Language :: Python :: 3.8" ,
5958 "Programming Language :: Python :: 3.9" ,
6059 "Programming Language :: Python :: 3.10" ,
60+ "Programming Language :: Python :: 3.11" ,
6161 ],
6262 entry_points = {
6363 "pyinstaller40" : [
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py36, py37, py38, py39
2+ envlist = py38, py39, py310, py311
33
44[testenv]
55changedir = {toxinidir}/pydrive2/test
You can’t perform that action at this time.
0 commit comments