Skip to content

Commit d090e35

Browse files
committed
Added Python 3.14 to test matrix and updated to latest setup-python
1 parent 7db7d9b commit d090e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1818

1919
steps:
2020
- uses: "actions/checkout@v4"
21-
- uses: "actions/setup-python@v4"
21+
- uses: "actions/setup-python@v5"
2222
with:
2323
python-version: "${{ matrix.python-version }}"
2424
allow-prereleases: true

0 commit comments

Comments
 (0)