diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3abc964..65b3418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, "3.10", "3.11"] + python-version: ["3.12.0-rc.2"] steps: - uses: actions/checkout@v3 @@ -38,7 +38,7 @@ jobs: RTM_TOKEN: ${{ secrets.RTM_TOKEN }} if: ${{needs.secrets.outputs.valid}} == 'true' run: | - if python --version | grep -q 'Python 3.11' ; then + if python --version | grep -q 'Python 3.12' ; then poe test-with-coverage fi - name: Coverage diff --git a/pyproject.toml b/pyproject.toml index 42dfb24..a8e4174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] [tool.poetry.dependencies]