File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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' ),
You can’t perform that action at this time.
0 commit comments