Skip to content

Commit

Permalink
Advertise 3.12 + maybe cryptography works?
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Jun 10, 2024
1 parent 7f64b79 commit 9a2fee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['pypy-3.9', 'pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
check_formatting: ['0']
no_test_requirements: ['0']
extra_name: ['']
Expand All @@ -99,10 +99,6 @@ jobs:
- python: '3.8'
no_test_requirements: '1'
extra_name: ', no test-requirements'
# avoid cryptography
- python: '3.13-dev'
no_test_requirements: '1'
extra_name: ', temporarily no test-requirements'
continue-on-error: >-
${{
(
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: System :: Networking",
"Typing :: Typed",
]
Expand Down

0 comments on commit 9a2fee4

Please sign in to comment.