File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,16 @@ jobs:
2121 fail-fast : false
2222 matrix :
2323 include :
24+ - PYTHON_VERSION : " 3.8"
25+ os : ubuntu-latest
2426 - PYTHON_VERSION : " 3.9"
2527 os : ubuntu-latest
2628 - PYTHON_VERSION : " 3.10"
2729 os : ubuntu-latest
30+ - PYTHON_VERSION : " 3.11"
31+ os : ubuntu-latest
32+ - PYTHON_VERSION : " 3.12"
33+ os : ubuntu-latest
2834 steps :
2935 - uses : actions/checkout@v3
3036 - name : Set up Python
Original file line number Diff line number Diff line change 2121 setup_requires = [
2222 'setuptools_scm' ,
2323 ],
24- python_requires = '>=3.7 ' ,
24+ python_requires = '>=3.8 ' ,
2525 classifiers = [
26- 'Development Status :: 4 - Beta ' ,
26+ 'Development Status :: 5 - Production/Stable ' ,
2727 'Intended Audience :: Developers' ,
2828 'License :: OSI Approved :: GNU Affero General Public License v3' ,
2929 'Operating System :: POSIX' ,
3030 'Topic :: Software Development :: Testing' ,
3131 'Topic :: Software Development :: Libraries' ,
3232 'Topic :: Utilities' ,
33- 'Programming Language :: Python :: 3.6' ,
33+ 'Programming Language :: Python :: 3.8' ,
34+ 'Programming Language :: Python :: 3.9' ,
35+ 'Programming Language :: Python :: 3.10' ,
36+ 'Programming Language :: Python :: 3.11' ,
37+ 'Programming Language :: Python :: 3.12' ,
3438 ]
3539)
You can’t perform that action at this time.
0 commit comments