Skip to content

Commit eff5bfe

Browse files
author
Bernd Gassmann
committed
add python3.13 also on build_test
1 parent 1dbd6fe commit eff5bfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
EXTRA_PACKAGES: clang-18
4242
CC: /usr/bin/clang-18
4343
CXX: /usr/bin/clang++-18
44-
PYTHON_BINDING_VERSION: "3.11"
44+
PYTHON_BINDING_VERSION: "3.13"
4545

4646
name: ${{ matrix.os }}, ${{ matrix.compiler }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
4747
runs-on: ${{ matrix.os }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ Following compiler and Python combinations are [tested continously](.github/work
7676
| Clang 14 | x | |
7777
| Clang 18 | | x |
7878
| Python 3.10 | x | |
79-
| Python 3.11 | x | x |
79+
| Python 3.11 | x | |
8080
| Python 3.12 | | x |
81+
| Python 3.13 | | x |
8182

8283
Important: cmake is required to be at least version 3.10!
8384

0 commit comments

Comments
 (0)