From 5e263f8ebad76508a26a560fc0ec199768f4e7a8 Mon Sep 17 00:00:00 2001 From: Zach Stone Date: Thu, 31 Oct 2024 08:30:02 -0400 Subject: [PATCH] Un-pin ats python minor version --- tests/ats/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ats/Pipfile b/tests/ats/Pipfile index 4dd3e5c..14a647e 100644 --- a/tests/ats/Pipfile +++ b/tests/ats/Pipfile @@ -10,4 +10,4 @@ pykube-ng = ">=21.10.0" pytest-rerunfailures = ">=10.2" [requires] -python_version = "3.9" +python_version = "3"