We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079f65c commit e1a4897Copy full SHA for e1a4897
.github/workflows/testing.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false # Probably want to turn this off for a large matrix
24
matrix:
25
os: [ubuntu-latest] #, macos-latest]
26
- python-version: ["3.12"]
+ python-version: 3.12
27
build: [optimized]
28
toolchain:
29
- {compiler: gcc, version: 14}
0 commit comments