Skip to content

Commit ad0e7ce

Browse files
committed
Update CI workflow
1 parent 2147948 commit ad0e7ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, dev ]
66

77
pull_request:
88
branches: [ main ]
@@ -17,9 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
pytest: [ "7", "8" ]
20-
cmake: [ "3.20", "3.30" ]
20+
cmake: [ "3.20", "4.1" ]
2121
os: [ "ubuntu", "macos", "windows" ]
22-
python: [ "3.8", "3.11", "3.12" ]
22+
python: [ "3.8", "3.12", "3.13" ]
2323
bundled: [ false, true ]
2424

2525
name: |

0 commit comments

Comments
 (0)