diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index eddf0b6cf..7cc53ee1d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-rc.1" + - "3.12" exclude: - os: windows-latest python-version: "3.11" @@ -44,6 +44,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/setup.cfg b/setup.cfg index 68d03d074..d47406722 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,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 provides = dns [options]