File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 run_test_suite :
1515 strategy :
1616 matrix :
17- python-version : [3.9 , 3.13 ] # no current need for in-between versions
17+ python-version : ["3.10" , 3.14 ] # no current need for in-between versions
1818 name : Run the Test Suite
1919 runs-on : ubuntu-24.04
2020 steps :
Original file line number Diff line number Diff line change 2020 "Operating System :: OS Independent" ,
2121 "Topic :: Software Development" ,
2222 "Programming Language :: Python :: 3" ,
23- "Programming Language :: Python :: 3.9" ,
2423 "Programming Language :: Python :: 3.10" ,
2524 "Programming Language :: Python :: 3.11" ,
2625 "Programming Language :: Python :: 3.12" ,
2726 "Programming Language :: Python :: 3.13" ,
27+ "Programming Language :: Python :: 3.14" ,
2828 "Programming Language :: Python :: 3 :: Only" ,
2929 ],
30- python_requires = '>=3.9 ' ,
30+ python_requires = '>=3.10 ' ,
3131 setup_requires = [
3232 'setuptools>=38.6.0' , # for long_description_content_type
3333 ],
You can’t perform that action at this time.
0 commit comments