diff --git a/pyproject.toml b/pyproject.toml index 3d55fc7c..48920790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "rc-foundry" dynamic = ["version"] description = "Shared utilities and training infrastructure for biomolecular structure prediction models." readme = "README.md" -requires-python = ">=3.12" +requires-python = ">=3.12,<3.13" authors = [ { name = "Institute for Protein Design", email = "contact@ipd.uw.edu" }, ]