Skip to content

Commit a042c34

Browse files
Update minimum Python version & relevant list identifiers
1 parent 35bbad4 commit a042c34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,11 @@ def compile():
294294
"Operating System :: MacOS",
295295
"Programming Language :: Python :: 3",
296296
"Programming Language :: Python :: 3 :: Only",
297-
"Programming Language :: Python :: 3.7",
298297
"Programming Language :: Python :: 3.8",
299298
"Programming Language :: Python :: 3.9",
300299
"Programming Language :: Python :: 3.10",
300+
"Programming Language :: Python :: 3.11",
301+
"Programming Language :: Python :: 3.12",
301302
],
302303
packages=[
303304
"cf",
@@ -321,7 +322,7 @@ def compile():
321322
],
322323
package_data={"cf": package_data},
323324
scripts=["scripts/cfa"],
324-
python_requires=">=3.7",
325+
python_requires=">=3.8",
325326
install_requires=install_requires,
326327
tests_require=tests_require,
327328
extras_require=extras_require,

0 commit comments

Comments
 (0)