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

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04 # Downgrade Ubuntu to 20.04 to fix missing Python 3.6
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2

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",
],
)