allow any 3.7 version

This commit is contained in:
Brad Warren 2022-10-03 11:17:25 -07:00
parent b23cc1f213
commit 3336c0ef42

View file

@ -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