We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f7c24 commit de03f1dCopy full SHA for de03f1d
.github/workflows/main.yml
@@ -36,6 +36,7 @@ jobs:
36
- "3.11"
37
- "3.12"
38
- "3.13"
39
+ - "3.14"
40
# cryptography is not compatible with older PyPy versions
41
- "pypy-3.10"
42
os:
tox.ini
@@ -30,6 +30,7 @@ basepython =
30
{py3.11,py3.11-dist,py3.11-dist-wheel}: python3.11
31
{py3.12,py3.12-dist,py3.12-dist-wheel}: python3.12
32
{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
34
setenv =
35
CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
# NOTE: By default we run tests on CI in parallel to speed up the build
0 commit comments