Skip to content

Commit fac14cd

Browse files
authored
Test latest 3.12 release and add classifiers (rthalley#989)
* Test latest 3.12 release * Update classifiers
1 parent dcc20cd commit fac14cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "3.9"
3030
- "3.10"
3131
- "3.11"
32-
- "3.12.0-rc.1"
32+
- "3.12"
3333
exclude:
3434
- os: windows-latest
3535
python-version: "3.11"
@@ -44,6 +44,7 @@ jobs:
4444
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ matrix.python-version }}
47+
allow-prereleases: true
4748
- name: Install dependencies
4849
run: |
4950
python -m pip install --upgrade pip

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ classifiers =
3434
Programming Language :: Python :: 3.8
3535
Programming Language :: Python :: 3.9
3636
Programming Language :: Python :: 3.10
37+
Programming Language :: Python :: 3.11
38+
Programming Language :: Python :: 3.12
3739
provides = dns
3840

3941
[options]

0 commit comments

Comments
 (0)