Skip to content

Commit cf6b82d

Browse files
authored
Add Python 3.13 to test coverage (#16)
1 parent d7df75c commit cf6b82d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: ['3.10']
16+
python-version: ['3.13']
1717
steps:
1818
- name: Clone Repository (Latest)
1919
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
max-parallel: 4
1919
matrix:
20-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12',
20+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13',
2121
'pypy3.9', 'pypy3.10']
2222
steps:
2323
- name: Clone Repository (Latest)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"Programming Language :: Python :: 3.10",
1212
"Programming Language :: Python :: 3.11",
1313
"Programming Language :: Python :: 3.12",
14+
"Programming Language :: Python :: 3.13",
1415
"Programming Language :: Python :: Implementation :: CPython",
1516
"Programming Language :: Python :: Implementation :: PyPy",
1617
"Topic :: Security :: Cryptography",

0 commit comments

Comments
 (0)