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 17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3 :: Only
19
19
Programming Language :: Python :: 3
20
- Programming Language :: Python :: 3.7
21
20
Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
23
+ Programming Language :: Python :: 3.11
24
+ Programming Language :: Python :: 3.12
25
+ Programming Language :: Python :: 3.13
24
26
Programming Language :: Python :: Implementation :: CPython
25
27
Programming Language :: Python :: Implementation :: PyPy
26
28
License :: OSI Approved :: BSD License
@@ -132,7 +134,7 @@ def run_tests(self):
132
134
platforms = ['any' ],
133
135
license = 'BSD' ,
134
136
classifiers = classifiers ,
135
- python_requires = ">=3.6 " ,
137
+ python_requires = ">=3.8 " ,
136
138
install_requires = reqs ('default.txt' ),
137
139
setup_requires = setup_requires ,
138
140
tests_require = reqs ('test.txt' ),
You can’t perform that action at this time.
0 commit comments