File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : [ '3.7', '3.8', '3.9', '3.10' ]
10+ python-version : [ "3.8", "3.9", "3.10", "3.11" ]
1111
1212 name : Python ${{ matrix.python-version }}
1313 steps :
3737
3838 - name : Check coverage
3939 run : |
40- pytest --cov=cli --cov=pythonanywhere --cov=scripts --cov-fail-under=65
40+ pytest --cov=cli --cov=pythonanywhere --cov=scripts --cov-fail-under=65
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "pythonanywhere" ,
12- version = "0.11 .0" ,
12+ version = "0.12 .0" ,
1313 description = "PythonAnywhere helper tools for users" ,
1414 long_description = long_description ,
1515 long_description_content_type = "text/markdown" ,
2222 "Intended Audience :: Developers" ,
2323 "Topic :: Software Development :: Libraries" ,
2424 "License :: OSI Approved :: MIT License" ,
25+ "Programming Language :: Python :: 3.11" ,
2526 "Programming Language :: Python :: 3.10" ,
2627 "Programming Language :: Python :: 3.9" ,
2728 "Programming Language :: Python :: 3.8" ,
28- "Programming Language :: Python :: 3.7" ,
2929 ],
3030 keywords = "pythonanywhere api cloud web hosting" ,
3131 packages = ["cli" , "pythonanywhere" , "pythonanywhere.api" ],
3939 "typer" ,
4040 ],
4141 extras_require = {},
42- python_requires = ">=3.7 " ,
42+ python_requires = ">=3.8 " ,
4343 package_data = {},
4444 data_files = [],
4545 entry_points = {},
You can’t perform that action at this time.
0 commit comments