Skip to content

Commit

Permalink
Merge pull request #578 from nolar/python39
Browse files Browse the repository at this point in the history
Switch to Python 3.9 release (instead of "dev")
  • Loading branch information
nolar authored Nov 11, 2020
2 parents 5afbd04 + 7e8eb99 commit 5563bdb
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 @@ -3,7 +3,7 @@ os: linux
arch: amd64
dist: focal
language: python
python: "3.9-dev"
python: "3.9"

# Only test the final merges and releases. The work-in-progress branches are tested by PR builds.
branches:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- { <<: *linting, name: Linting and static analysis }
- { <<: *unittests, python: "3.7" }
- { <<: *unittests, python: "3.8" }
- { <<: *unittests, python: "3.9-dev" }
- { <<: *unittests, python: "3.9" }

fast_finish: true
allow_failures:
Expand Down

0 comments on commit 5563bdb

Please sign in to comment.