diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 87a63d40..68f372c4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] architecture: ["x64"] include: - python-version: "3.10" diff --git a/setup.py b/setup.py index 2660a668..6a9339d6 100755 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ def get_reqs(filename): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: PyPy", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License"