Add classifier for 3.12 (#3866)

This commit is contained in:
Shantanu 2023-09-08 22:16:25 -07:00 committed by GitHub
parent 716fa08090
commit 4e93f2aa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
]