We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de76e3 commit cfad3faCopy full SHA for cfad3fa
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,13 @@ jobs:
17
fail-fast: false
18
matrix:
19
pytest: [ "7", "8" ]
20
+<<<<<<< Updated upstream
21
cmake: [ "3.20", "3.29" ]
22
+=======
23
+ cmake: [ "3.20", "4.1.0" ]
24
+>>>>>>> Stashed changes
25
os: [ "ubuntu", "macos", "windows" ]
- python: [ "3.8", "3.11", "3.12" ]
26
+ python: [ "3.8", "3.12", "3.13" ]
27
bundled: [ false, true ]
28
29
name: |
0 commit comments