Skip to content

Commit bbdb9b1

Browse files
committed
fix docs and test against py314
1 parent 421c5cf commit bbdb9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ permissions: {}
66
on:
77
pull_request:
88
push:
9-
branches: [main]
9+
branches: [ main ]
1010

1111
jobs:
1212
run:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
16+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1717
os: [ windows-latest, ubuntu-latest, macos-latest ]
1818
numba: [true, false]
1919
fail-fast: false

0 commit comments

Comments
 (0)