We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c341 commit 7e8b11bCopy full SHA for 7e8b11b
.github/workflows/test-ubuntu.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ['3.14']
+ python-version: ['2.7', '3.14']
17
cxx: [g++, clang++]
18
std: [c++11, c++14, c++17]
19
include:
@@ -34,6 +34,7 @@ jobs:
34
steps:
35
- uses: actions/checkout@v5
36
- name: setup python
37
+ if: "${{ matrix.python-version != '2.7' }}"
38
uses: actions/setup-python@v5
39
with:
40
python-version: ${{ matrix.python-version }}
0 commit comments