Skip to content

Commit

Permalink
update Python versions for macOS on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Apr 24, 2021
1 parent 9151842 commit 5ea7fc3
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 @@ -41,10 +41,10 @@ jobs:
env: PYTHON=3.7.10 QT_API=PySide6
- os: osx
language: shell
env: PYTHON=3.8.7 QT_API=PySide6
env: PYTHON=3.8.9 QT_API=PySide6
- os: osx
language: shell
env: PYTHON=3.9.1 QT_API=PySide6
env: PYTHON=3.9.4 QT_API=PySide6

before_install:
- |
Expand Down

0 comments on commit 5ea7fc3

Please sign in to comment.