File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,21 @@ jobs:
2121 - " 3.11"
2222 - " 3.12"
2323 - " 3.13"
24- - " pypy-3.9"
24+ - " 3.14"
25+ - " 3.14t"
2526 - " pypy-3.10"
27+ - " pypy-3.11"
2628 urllib3-requirement :
2729 - " urllib3>=2"
2830 - " urllib3<2"
2931
3032 exclude :
3133 - python-version : " 3.9"
3234 urllib3-requirement : " urllib3>=2"
33- - python-version : " pypy-3.9"
34- urllib3-requirement : " urllib3>=2"
3535 - python-version : " pypy-3.10"
3636 urllib3-requirement : " urllib3>=2"
37+ - python-version : " pypy-3.11"
38+ urllib3-requirement : " urllib3>=2"
3739
3840 steps :
3941 - uses : actions/checkout@v5
5254 uv pip install --system --upgrade pip setuptools
5355 uv pip install --system codecov '.[tests]' '${{ matrix.urllib3-requirement }}'
5456 uv pip check
57+
58+ - if : startsWith(matrix.python-version, '3.14')
59+ run : uv pip install cryptography>=46.0.3
5560
5661 - name : Allow creation of user namespaces (e.g. to the unshare command)
5762 run : |
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ def find_version(*file_paths):
9494 "Programming Language :: Python :: 3.11" ,
9595 "Programming Language :: Python :: 3.12" ,
9696 "Programming Language :: Python :: 3.13" ,
97+ "Programming Language :: Python :: 3.14" ,
98+ "Programming Language :: Python :: Free Threading" ,
9799 "Programming Language :: Python :: 3 :: Only" ,
98100 "Programming Language :: Python :: Implementation :: CPython" ,
99101 "Programming Language :: Python :: Implementation :: PyPy" ,
You can’t perform that action at this time.
0 commit comments