Skip to content

Commit f8f86ea

Browse files
committed
fix: python versions setup.py
1 parent f78b858 commit f8f86ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ def desc():
8181
"Intended Audience :: Developers",
8282
"License :: OSI Approved :: BSD License",
8383
"Operating System :: OS Independent",
84-
"Programming Language :: Python",
85-
"Programming Language :: Python :: 3.7",
8684
"Programming Language :: Python :: 3.8",
8785
"Programming Language :: Python :: 3.9",
8886
"Programming Language :: Python :: 3.10",
87+
"Programming Language :: Python :: 3.11",
88+
"Programming Language :: Python :: 3.12",
8989
"Topic :: Software Development :: Libraries :: Python Modules",
9090
],
9191
python_requires="~=3.7",

0 commit comments

Comments
 (0)