mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02: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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user