mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
allow any 3.7 version
This commit is contained in:
parent
b23cc1f213
commit
3336c0ef42
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ license = "Apache License 2.0"
|
|||
[tool.poetry.dependencies]
|
||||
# The Python version here should be kept in sync with the one used in our
|
||||
# oldest tests in tox.ini.
|
||||
python = "3.7"
|
||||
python = "3.7.*"
|
||||
|
||||
# Local dependencies
|
||||
# Any local packages that have dependencies on other local packages must be
|
||||
|
|
|
|||
Loading…
Reference in a new issue