Skip to content

Commit

Permalink
Switched to official Python 3.8 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 31, 2019
1 parent 487a214 commit ec3100a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- stage: test
env: TOXENV=py38
python: "3.8-dev"
python: "3.8"
after_success: *after_success

- stage: deploy to pypi
Expand Down

0 comments on commit ec3100a

Please sign in to comment.