diff --git a/.python-version b/.python-version index c8cfe395..6324d401 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10 +3.14 diff --git a/plugins/actuators/sfttrainer/pyproject.toml b/plugins/actuators/sfttrainer/pyproject.toml index babda018..d834da86 100644 --- a/plugins/actuators/sfttrainer/pyproject.toml +++ b/plugins/actuators/sfttrainer/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-sfttrainer" description = "An actuator for benchmarking fine-tuning of foundation models" # Change to describing your actuator readme = "ado_actuators/sfttrainer/README.md" -requires-python = ">=3.10,<3.13" +requires-python = ">=3.14,<3.15" dependencies = ["aim>=3.23.0", "jwt", "psutil", "transformers>=4.44.2"] dynamic = ["version"] diff --git a/plugins/operators/trim/pyproject.toml b/plugins/operators/trim/pyproject.toml index a1936864..7e5d9372 100644 --- a/plugins/operators/trim/pyproject.toml +++ b/plugins/operators/trim/pyproject.toml @@ -2,7 +2,7 @@ name = "ado-trim" description = "TRIM (Transfer Refined Iterative Modeling) builds an accurate predictive model from a small dataset by iteratively sampling a Discovery Space." readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "ado-core", "autogluon-tabular[catboost,xgboost]==1.5", diff --git a/pyproject.toml b/pyproject.toml index 9c14e3f6..159e813a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ It can be easily extended with new experiments or new analysis tools. It allows researchers and engineers to collaborate on projects, execute experiments, and share data. """ readme = "README.md" -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" license-files = ["AUTHORS.md", "LICEN[CS]E*", "vendored/licenses/*.txt"] authors = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }] maintainers = [{ name = "Michael A. Johnston", email = "michaelj@ie.ibm.com" }]