Skip to content

Commit 65f84e0

Browse files
committed
add py3.12 support
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 299474d commit 65f84e0

File tree

3 files changed

+940
-784
lines changed

3 files changed

+940
-784
lines changed

.github/workflows/python.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ubuntu-20.04]
41-
python-version: ["3.8", "3.9", "3.10", "3.11"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4242
container: python:${{ matrix.python-version }}-slim
4343
steps:
4444
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)