From: Hugo van Kemenade Date: Wed, 13 Sep 2023 01:48:42 +0000 (-0600) Subject: Test latest 3.12 release and add classifiers (#989) X-Git-Tag: v2.5.0rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac14cd4c7ff8e1fceb2c9902ad19db7cb1a8a22;p=thirdparty%2Fdnspython.git Test latest 3.12 release and add classifiers (#989) * Test latest 3.12 release * Update classifiers --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index eddf0b6c..7cc53ee1 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 68d03d07..d4740672 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]