Skip to content

Commit e1059eb

Browse files
committed
CI: Add Python3.14 to default testing workflow.
1 parent 8fa7fa2 commit e1059eb

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
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os: [ubuntu]
81-
python-version: ["3.11", "3.12", "3.13"]
81+
python-version: ["3.11", "3.12", "3.13", "3.14"]
8282
steps:
8383
- uses: actions/checkout@v5
8484

0 commit comments

Comments
 (0)