From 6b682f43918cbfd103fc0910f28c7702c47b7336 Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Fri, 11 Oct 2024 07:32:22 +0200 Subject: [PATCH] adding python 3.13 and fixing texttest version #3 --- .github/workflows/wheel-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheel-windows.yml b/.github/workflows/wheel-windows.yml index 195b3999f21..b34aba1fb4f 100644 --- a/.github/workflows/wheel-windows.yml +++ b/.github/workflows/wheel-windows.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: build_type: [libsumo] - python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] + python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, 3.13] include: - build_type: sumo python_version: 3.8 @@ -135,7 +135,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] + python_version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, 3.13] env: TEXTTEST_TMP: 'D:/texttest' @@ -161,7 +161,7 @@ jobs: - name: Preparing Python environment run: | - python -m pip install texttest + python -m pip install texttest==4.3.1 python -m pip install -f python-wheels eclipse_sumo python -c "import sumo; print('SUMO_HOME=' + sumo.SUMO_HOME)" >> $env:GITHUB_ENV