Skip to content

Commit

Permalink
Test latest 3.12 release and add classifiers (#989)
Browse files Browse the repository at this point in the history
* Test latest 3.12 release

* Update classifiers
  • Loading branch information
hugovk authored Sep 13, 2023
1 parent dcc20cd commit fac14cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fac14cd

Please sign in to comment.