diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 951cb1b73..f67af60aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.7", "3.10", "3.12.0-rc.2", "pypy-3.8", "pypy-3.9"] + python-version: ["3.7", "3.12", "pypy-3.8", "pypy-3.9"] r-version: ['release'] timeout-minutes: 30 steps: diff --git a/pyproject.toml b/pyproject.toml index 2fcd5e6d0..4b11b0e41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,8 @@ classifiers = [ "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", "Topic :: Software Development :: Testing", ] dynamic = [