2
0
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:
Stefan Seefeld
2025-03-18 12:02:53 -04:00
parent 3e7be69e1e
commit 8b7a8ccc85

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 !