Skip to content

Commit

Permalink
Add Python 3.13 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
knovichikhin committed Feb 8, 2025
1 parent 7c71610 commit 368e517
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.10']
python-version: ['3.13']
steps:
- name: Clone Repository (Latest)
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12',
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13',
'pypy3.9', 'pypy3.10']
steps:
- name: Clone Repository (Latest)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",
Expand Down

0 comments on commit 368e517

Please sign in to comment.