Skip to content

Commit 7658f07

Browse files
committed
Fix CI test matrix
1 parent f30a7fa commit 7658f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python: ["3.9", "3.13"]
20-
os: [ubuntu-latest, ubuntu-arm, macos-intel, macos-arm, windows-latest]
19+
python: ["3.9", "3.13", "3.14"]
20+
os: [ubuntu-latest, macos-latest, windows-latest]
2121
include:
2222
# On 3.9 there is a problem with import errors caused by pytests' loader that surface due
2323
# to a bug in CPython (https://github.com/python/cpython/issues/91351), so we avoid using

0 commit comments

Comments
 (0)