Skip to content

Commit ab3055a

Browse files
committed
⚙ GitHub Actions: Test on Python 3.14
1 parent a09a624 commit ab3055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
28+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
2929

3030
runs-on: "ubuntu-latest"
3131

0 commit comments

Comments
 (0)