We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055355d commit a352404Copy full SHA for a352404
setup.py
@@ -124,5 +124,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence:
124
"Programming Language :: Python :: 3.9",
125
"Programming Language :: Python :: 3.10",
126
"Programming Language :: Python :: 3.11",
127
+ "Programming Language :: Python :: 3.12",
128
],
129
)
0 commit comments