Skip to content

Commit 09d7733

Browse files
committed
Validate against Python 3.14
1 parent 508cecb commit 09d7733

File tree

3 files changed

+255
-203
lines changed

3 files changed

+255
-203
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
python:
16-
- "3.9"
1716
- "3.10"
1817
- "3.11"
1918
- "3.12"
2019
- "3.13"
20+
- "3.14"
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v5

0 commit comments

Comments
 (0)