use python 3.8 by default
This commit is contained in:
parent
6e4a543634
commit
8c12bb89ea
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
certbot::params::package: py37-certbot
|
certbot::params::package: py38-certbot
|
||||||
certbot::params::bin_dir: /usr/local/sbin
|
certbot::params::bin_dir: /usr/local/sbin
|
||||||
certbot::params::etc_dir: /usr/local/etc
|
certbot::params::etc_dir: /usr/local/etc
|
||||||
certbot::params::certbot_bin: /usr/local/bin/certbot
|
certbot::params::certbot_bin: /usr/local/bin/certbot
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3.7
|
#!/usr/bin/env python3.8
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import configparser
|
import configparser
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python3.7
|
#!/usr/bin/env python3.8
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import configparser
|
import configparser
|
||||||
|
Loading…
Reference in New Issue
Block a user