File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1919 name : Run the test suite
2020 strategy :
2121 matrix :
22- python-version : [3.9 , 3.13] # no particular need for in-between versions
22+ python-version : ["3.10" , 3.13] # no particular need for in-between versions
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 11indent-width = 4
22line-length = 100
3- target-version = " py39 "
3+ target-version = " py310 "
44
55[lint ]
66select = [
Original file line number Diff line number Diff line change 1919 url = "https://github.com/hartwork/fetchcommandwrapper" ,
2020 author = "Sebastian Pipping" ,
2121 author_email = "sping@gentoo.org" ,
22- python_requires = ">=3.9 " ,
22+ python_requires = ">=3.10 " ,
2323 setup_requires = [
2424 "setuptools>=38.6.0" , # for long_description_content_type
2525 ],
4343 "Intended Audience :: System Administrators" ,
4444 "Programming Language :: Python" ,
4545 "Programming Language :: Python :: 3" ,
46- "Programming Language :: Python :: 3.9" ,
4746 "Programming Language :: Python :: 3.10" ,
4847 "Programming Language :: Python :: 3.11" ,
4948 "Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments