Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 6, 2025
1 parent 3f4f54a commit b6da521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
os: windows
language: shell
before_install:
- choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python3"
- choco upgrade python3 -y --version 3.12.8 --limit-output --params "/InstallDir:C:\\Python312"
env:
- PYTHON=C:\\Python3\\python
- PYTHON=C:\\Python312\\python

- name: Linux | s390x | Python 3.12
python: 3.12
Expand Down

0 comments on commit b6da521

Please sign in to comment.