Skip to content

Commit

Permalink
Try replacing 3.9-dev with 3.9 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Oct 12, 2020
1 parent 81ffa73 commit 1b29889
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 @@ -30,8 +30,8 @@ jobs:
python: "3.7"
- name: "Python 3.8 on Xenial Linux"
python: "3.8"
- name: "Python 3.9 (dev) on Xenial Linux"
python: "3.9-dev"
- name: "Python 3.9 on Xenial Linux"
python: "3.9"
- name: "Python 3.7 on macOS"
os: osx
osx_image: xcode11.5
Expand Down

0 comments on commit 1b29889

Please sign in to comment.