Skip to content

Commit dbe79f6

Browse files
committed
Add python 3.14 unit tests
1 parent c2bd6f4 commit dbe79f6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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)