We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7be69 commit 8b7a8ccCopy full SHA for 8b7a8cc
.github/workflows/test-osx.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: [3.8.10]
+ python-version: ['3.8.10', '3.12']
13
cxx: [clang++]
14
std: [c++11, c++14] # TODO: c++17 is failing !
15
0 commit comments