From 4f5cef2a93f4776f89651bd7654940f6f9841406 Mon Sep 17 00:00:00 2001 From: helly25 Date: Tue, 10 Sep 2024 22:26:38 +0000 Subject: [PATCH] Try removing pex constraints in CI again. --- circleci/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/circleci/BUILD b/circleci/BUILD index 8e565c2..7cdc9da 100644 --- a/circleci/BUILD +++ b/circleci/BUILD @@ -80,9 +80,6 @@ py_pex_binary( name = "workflows", testonly = True, binary = ":workflows_bin", - python_interpreter_constraints = [ - "CPython==3.12.*", - ], ) genrule(