Revert "Support for Python 3.12"

This reverts commit 1ced862c08.
This commit is contained in:
grossmj
2023-07-30 17:50:25 +10:00
parent 1ced862c08
commit 88a1cef21f
2 changed files with 1 additions and 2 deletions

View File

@ -109,7 +109,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
],
)