File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -294,10 +294,11 @@ def compile():
294
294
"Operating System :: MacOS" ,
295
295
"Programming Language :: Python :: 3" ,
296
296
"Programming Language :: Python :: 3 :: Only" ,
297
- "Programming Language :: Python :: 3.7" ,
298
297
"Programming Language :: Python :: 3.8" ,
299
298
"Programming Language :: Python :: 3.9" ,
300
299
"Programming Language :: Python :: 3.10" ,
300
+ "Programming Language :: Python :: 3.11" ,
301
+ "Programming Language :: Python :: 3.12" ,
301
302
],
302
303
packages = [
303
304
"cf" ,
@@ -321,7 +322,7 @@ def compile():
321
322
],
322
323
package_data = {"cf" : package_data },
323
324
scripts = ["scripts/cfa" ],
324
- python_requires = ">=3.7 " ,
325
+ python_requires = ">=3.8 " ,
325
326
install_requires = install_requires ,
326
327
tests_require = tests_require ,
327
328
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments