2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 04:22:16 +00:00
This commit is contained in:
Stefan Seefeld
2024-05-15 07:46:39 +02:00
parent c3c6f7065d
commit ada99f4687

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: ['3.10']
cxx: [clang++]
std: [c++98, c++11, c++14] # TODO: c++17 is failing !