We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbd6fe commit eff5bfeCopy full SHA for eff5bfe
.github/workflows/build_test.yml
@@ -41,7 +41,7 @@ jobs:
41
EXTRA_PACKAGES: clang-18
42
CC: /usr/bin/clang-18
43
CXX: /usr/bin/clang++-18
44
- PYTHON_BINDING_VERSION: "3.11"
+ PYTHON_BINDING_VERSION: "3.13"
45
46
name: ${{ matrix.os }}, ${{ matrix.compiler }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
47
runs-on: ${{ matrix.os }}
README.md
@@ -76,8 +76,9 @@ Following compiler and Python combinations are [tested continously](.github/work
76
| Clang 14 | x | |
77
| Clang 18 | | x |
78
| Python 3.10 | x | |
79
-| Python 3.11 | x | x |
+| Python 3.11 | x | |
80
| Python 3.12 | | x |
81
+| Python 3.13 | | x |
82
83
Important: cmake is required to be at least version 3.10!
84
0 commit comments