Skip to content

Commit d4c45af

Browse files
committed
GitHub Actions: Add Python 3.14 and 3.14t to the testing
1 parent d5ba702 commit d4c45af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- "3.11"
2121
- "3.12"
2222
- "3.13"
23+
- "3.14"
24+
- "3.14t"
2325
- "pypy-3.11"
2426

2527
steps:
@@ -39,6 +41,9 @@ jobs:
3941
uv pip install --system codecov '.[tests]'
4042
uv pip check
4143
44+
- if: startsWith(matrix.python-version, '3.14')
45+
run: uv pip install --system cryptography>=46.0.3
46+
4247
- name: Allow creation of user namespaces (e.g. to the unshare command)
4348
run: |
4449
# .. so that we don't get error:

0 commit comments

Comments
 (0)