diff --git a/.github/workflows/release_precheck.yaml b/.github/workflows/release_precheck.yaml index 1fca4a759..bce8d0824 100644 --- a/.github/workflows/release_precheck.yaml +++ b/.github/workflows/release_precheck.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout repository diff --git a/setup.py b/setup.py index 73e0594e2..094dcf4f1 100644 --- a/setup.py +++ b/setup.py @@ -144,6 +144,7 @@ def parse_readme(readme: str) -> str: "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules",