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.
This commit is contained in:
parent
08d54b73b4
commit
8b068086c8
2 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue