mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Test multiple Python versions.
This commit is contained in:
2
.github/workflows/test-osx.yml
vendored
2
.github/workflows/test-osx.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.8.10]
|
||||
python-version: ['3.8.10', '3.12']
|
||||
cxx: [clang++]
|
||||
std: [c++11, c++14] # TODO: c++17 is failing !
|
||||
|
||||
|
||||
Reference in New Issue
Block a user