Skip to content

Commit

Permalink
adding python 3.13 and fixing texttest version #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 11, 2024
1 parent fd27694 commit 6b682f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheel-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'

Expand All @@ -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
Expand Down

0 comments on commit 6b682f4

Please sign in to comment.