Skip to content

Commit 10a3493

Browse files
committed
add python 3.14 to test matrix
1 parent 82f7c61 commit 10a3493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [ "3.11", "3.12", "3.13" ]
20+
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v6

0 commit comments

Comments
 (0)