Add python 3.12 classifier

This commit is contained in:
Andrei Betlen 2023-11-06 09:34:07 -05:00
parent 4286830f16
commit 52320c348c

View file

@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]