add py312 support

This commit is contained in:
pacrob
2024-01-26 11:14:40 -07:00
committed by Paul Robinson
parent 8ffe3b8900
commit b853f5ccdf
3 changed files with 28 additions and 5 deletions

View File

@ -67,5 +67,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)