2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Stefan Seefeld
8b7a8ccc85 Test multiple Python versions. 2025-03-18 16:00:49 -04:00

View File

@@ -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 !