]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Test latest 3.12 release and add classifiers (#989)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 13 Sep 2023 01:48:42 +0000 (19:48 -0600)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 01:48:42 +0000 (01:48 +0000)
* Test latest 3.12 release

* Update classifiers

.github/workflows/python-package.yml
setup.cfg

index eddf0b6cf5c6211f684ec67133f8d089e4bdfbef..7cc53ee1dbe423bfb1f5f731c1ed7e4658394519 100644 (file)
@@ -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
index 68d03d0743ce5c3d95113f397b36ab85d9230b9b..d47406722ef1f2df481c05292b83879227c7bd35 100644 (file)
--- 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]