Don't use dev version of 3.8. (#7485)

Now that Python 3.8 is out, we don't need to use the development version.
This commit is contained in:
Brad Warren 2019-11-01 10:06:10 -07:00 committed by GitHub
parent a45efcd40d
commit ef3f8888b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ matrix:
- python: "3.7"
env: TOXENV=py37
<<: *not-on-master
- python: "3.8-dev"
- python: "3.8"
env: TOXENV=py38
<<: *not-on-master
- sudo: required