From 3336c0ef42149df3711c9f18a1bb4d7fddcccf4e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 3 Oct 2022 11:17:25 -0700 Subject: [PATCH] allow any 3.7 version --- tools/pinning/oldest/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pinning/oldest/pyproject.toml b/tools/pinning/oldest/pyproject.toml index 3a49b12ed..77721e259 100644 --- a/tools/pinning/oldest/pyproject.toml +++ b/tools/pinning/oldest/pyproject.toml @@ -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