Skip to content

Commit 8b7a8cc

Browse files
committed
Test multiple Python versions.
1 parent 3e7be69 commit 8b7a8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-osx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.8.10]
12+
python-version: ['3.8.10', '3.12']
1313
cxx: [clang++]
1414
std: [c++11, c++14] # TODO: c++17 is failing !
1515

0 commit comments

Comments
 (0)