diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4829256eb..2ff59ec77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.8'] steps: - uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index a82bc47f3..ef30e6be6 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,8 @@ 'Programming Language :: Python :: 3.8', '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', ], )