Skip to content

Commit a098ace

Browse files
committed
Added Python 3.14 to the CI test matrix
1 parent eb869e5 commit a098ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.10]
13+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", pypy-3.10]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)