Skip to content

Commit a352404

Browse files
committed
List Python 3.12 as supported in setup.py
1 parent 055355d commit a352404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
124124
"Programming Language :: Python :: 3.9",
125125
"Programming Language :: Python :: 3.10",
126126
"Programming Language :: Python :: 3.11",
127+
"Programming Language :: Python :: 3.12",
127128
],
128129
)

0 commit comments

Comments
 (0)