Skip to content

Commit 298a064

Browse files
authored
Add Python 3.12 to classifiers (#2483)
1 parent 5ddc1e7 commit 298a064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def get_file_text(file_name):
100100
"Programming Language :: Python :: 3.9",
101101
"Programming Language :: Python :: 3.10",
102102
"Programming Language :: Python :: 3.11",
103+
"Programming Language :: Python :: 3.12",
103104
"Topic :: Software Development :: Libraries :: Python Modules",
104105
],
105106
options={"bdist_wheel": {"universal": "1"}},

0 commit comments

Comments
 (0)