Skip to content

Commit

Permalink
Switch to Python 3.9 release (instead of "dev")
Browse files Browse the repository at this point in the history
  • Loading branch information
nolar committed Nov 11, 2020
1 parent 5afbd04 commit 7e8eb99
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 7e8eb99

Please sign in to comment.