Skip to content

Commit c4911d6

Browse files
committed
Add support for Python 3.14
1 parent f10acff commit c4911d6

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy3.9, pypy3.10]
17+
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, 3.14, pypy3.9, pypy3.10]
1818
flavour: [signxml]
1919
steps:
2020
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
'Programming Language :: Python :: 3.11',
6565
'Programming Language :: Python :: 3.12',
6666
'Programming Language :: Python :: 3.13',
67+
'Programming Language :: Python :: 3.14',
6768
'Programming Language :: Python :: Implementation :: PyPy',
6869
'Topic :: Security :: Cryptography',
6970
'Topic :: Software Development :: Libraries :: Python Modules',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{38,39,310,312,313,py,py3}-signxml,py{38,39,310,311,312,313,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,mypy,docs,codespell
2+
envlist = py{38,39,310,312,313,314,py,py3}-signxml,py{38,39,310,311,312,313,314,py3}{-legacy,-legacy-defusedxml,-lxml},flake8,mypy,docs,codespell
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)