Skip to content

Commit

Permalink
CI: Replace Python 3.13.0-alpha.6 with 3.13.0 (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Oct 19, 2024
1 parent b13ebeb commit 54c0980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.13.0-alpha.6"
with-opt-deps: false # https://github.com/pyca/cryptography/issues/10806
- python-version: "3.13.0"
with-opt-deps: true
runs-on: ubuntu-22.04

- python-version: "3.12.0"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def normalizeWhitespace(s):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit 54c0980

Please sign in to comment.