Skip to content

Commit

Permalink
Merge pull request mercedes-benz#232 from andlaus/update_workflows
Browse files Browse the repository at this point in the history
workflows: update the "bleeding edge" python version to 3.12
  • Loading branch information
andlaus authored Oct 31, 2023
2 parents 599af4e + 38d72a9 commit dad9c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"

- name: Setup up YaPF formatting linter
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
matrix:
# restrict the matrix to the oldest and the latest Python
# version being supported by odxtools
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
# restrict the matrix to the oldest and the latest Python
# version being supported by odxtools
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.12"]

# due to the slow windows runners, we refrain from testing every python
# version on windows-latest
Expand Down

0 comments on commit dad9c2d

Please sign in to comment.