Skip to content

Commit 96751db

Browse files
committed
Also add python 3.14 to the tests
1 parent 99833da commit 96751db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818
fail-fast: false
1919

2020
steps:
@@ -223,7 +223,7 @@ jobs:
223223
runs-on: ubuntu-latest
224224
needs: [test-linux, test-macos, test-windows]
225225
if: github.event_name == 'pull_request'
226-
226+
227227
steps:
228228
- name: Checkout code
229229
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)