Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76799ff

Browse filesBrowse files
committed
Test with multiple python versions.
1 parent d30c1bb commit 76799ff
Copy full SHA for 76799ff

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎.github/workflows/test-ubuntu.yml

Copy file name to clipboardExpand all lines: .github/workflows/test-ubuntu.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: [python, python3]
12+
python-version: ['3.8.18', '3.9.21', '3.10.15', '3.11.11', '3.12.9', '3.13.2']
1313
cxx: [g++, clang++]
1414
std: [c++98, c++11, c++14, c++17]
1515
include:
@@ -27,10 +27,13 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
- uses: actions/setup-python@v5
31+
with:
32+
python-version: ${{ matrix.python-version }}
3033

3134
- name: build
3235
run: |
33-
${{ matrix.python }} --version
36+
python --version
3437
${{ matrix.cxx }} --version
3538
faber -v
3639
sed -e "s/\$PYTHON/${{ matrix.python }}/g" .ci/faber > ~/.faber

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.