mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
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:
parent
a45efcd40d
commit
ef3f8888b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue