Skip to content

Commit de03f1d

Browse files
authored
Add python 3.14 unit tests (#2122)
1 parent 66f7c24 commit de03f1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- "3.11"
3737
- "3.12"
3838
- "3.13"
39+
- "3.14"
3940
# cryptography is not compatible with older PyPy versions
4041
- "pypy-3.10"
4142
os:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ basepython =
3030
{py3.11,py3.11-dist,py3.11-dist-wheel}: python3.11
3131
{py3.12,py3.12-dist,py3.12-dist-wheel}: python3.12
3232
{py3.13-dev,py3.13-dev-dist,py3.13-dev-dist-wheel}: python3.13
33+
{py3.14-dev,py3.14-dev-dist,py3.14-dev-dist-wheel}: python3.14
3334
setenv =
3435
CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
3536
# NOTE: By default we run tests on CI in parallel to speed up the build

0 commit comments

Comments
 (0)