Skip to content

Commit fb4781d

Browse files
authored
Merge pull request #628 from jwillemsen/jwillemsen-patch-2
Add Python 3.14 to test matrix
2 parents bc31326 + 60db5ff commit fb4781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.13"]
17+
python-version: ["3.13", "3.14"]
1818
steps:
1919
- name: Check out code from GitHub
2020
uses: "actions/checkout@v6"

0 commit comments

Comments
 (0)