We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc20cd commit fac14cdCopy full SHA for fac14cd
.github/workflows/python-package.yml
@@ -29,7 +29,7 @@ jobs:
29
- "3.9"
30
- "3.10"
31
- "3.11"
32
- - "3.12.0-rc.1"
+ - "3.12"
33
exclude:
34
- os: windows-latest
35
python-version: "3.11"
@@ -44,6 +44,7 @@ jobs:
44
uses: actions/setup-python@v4
45
with:
46
python-version: ${{ matrix.python-version }}
47
+ allow-prereleases: true
48
- name: Install dependencies
49
run: |
50
python -m pip install --upgrade pip
setup.cfg
@@ -34,6 +34,8 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
36
Programming Language :: Python :: 3.10
37
+ Programming Language :: Python :: 3.11
38
+ Programming Language :: Python :: 3.12
39
provides = dns
40
41
[options]
0 commit comments