We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2147948 commit ad0e7ceCopy full SHA for ad0e7ce
1 file changed
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: tests
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, dev ]
6
7
pull_request:
8
branches: [ main ]
@@ -17,9 +17,9 @@ jobs:
17
fail-fast: false
18
matrix:
19
pytest: [ "7", "8" ]
20
- cmake: [ "3.20", "3.30" ]
+ cmake: [ "3.20", "4.1" ]
21
os: [ "ubuntu", "macos", "windows" ]
22
- python: [ "3.8", "3.11", "3.12" ]
+ python: [ "3.8", "3.12", "3.13" ]
23
bundled: [ false, true ]
24
25
name: |
0 commit comments