Skip to content

Commit 76cb37f

Browse files
committed
Update supported python versions in classifiers
... according to what are actually tested. Also bump the enforced minimum python version to make sure a tested version is used.
1 parent 5efc419 commit 76cb37f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3 :: Only
1919
Programming Language :: Python :: 3
20-
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
2322
Programming Language :: Python :: 3.10
23+
Programming Language :: Python :: 3.11
24+
Programming Language :: Python :: 3.12
25+
Programming Language :: Python :: 3.13
2426
Programming Language :: Python :: Implementation :: CPython
2527
Programming Language :: Python :: Implementation :: PyPy
2628
License :: OSI Approved :: BSD License
@@ -132,7 +134,7 @@ def run_tests(self):
132134
platforms=['any'],
133135
license='BSD',
134136
classifiers=classifiers,
135-
python_requires=">=3.6",
137+
python_requires=">=3.8",
136138
install_requires=reqs('default.txt'),
137139
setup_requires=setup_requires,
138140
tests_require=reqs('test.txt'),

0 commit comments

Comments
 (0)