From 8b068086c86d64b2e5421cc79c9036c3d9cea09e Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 4 Apr 2026 18:39:33 +0200 Subject: [PATCH] revert(build): restore python >=3.12 constraint HPC module Python/3.12.3-GCCcore-13.3.0 satisfies >=3.12, so the relaxation to >=3.11 was unnecessary. No package version changed. --- configs/{hpc_smoke_test.yaml => hpc/smoke_test.yaml} | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/{hpc_smoke_test.yaml => hpc/smoke_test.yaml} (100%) diff --git a/configs/hpc_smoke_test.yaml b/configs/hpc/smoke_test.yaml similarity index 100% rename from configs/hpc_smoke_test.yaml rename to configs/hpc/smoke_test.yaml diff --git a/pyproject.toml b/pyproject.toml index 2eb1dec..43c977b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "2026sel3-project" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">= 3.11, < 3.13" +requires-python = ">= 3.12, < 3.13" dependencies = [ "biorobot==0.4.2", "cleanrl>=0.4.8",