Skip to content

Commit 67c5a9e

Browse files
authored
Add 3.14 to test matrix (#13)
1 parent bc26a9a commit 67c5a9e

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
@@ -21,7 +21,7 @@ jobs:
2121
name: PyTest
2222
strategy:
2323
matrix:
24-
python-version: ["3.10", "3.11", "3.12", "3.13"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2525
os: [ windows-latest, macos-latest, ubuntu-latest ]
2626
fail-fast: true
2727
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)