Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.14
2 changes: 1 addition & 1 deletion plugins/actuators/sfttrainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sfttrainer_download_hf_weights = "ado_actuators.sfttrainer.scripts.download_hf_w

[project]
name="ado-sfttrainer"
requires-python = ">=3.10,<3.13"
requires-python = ">=3.14,<3.15"
readme = "ado_actuators/sfttrainer/README.md"
description="An actuator for benchmarking fine-tuning of foundation models" # Change to describing your actuator
dependencies=[
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [

# Deps/Build-related section
dynamic = ["version"]
requires-python = ">=3.10,<3.14"
requires-python = ">=3.14,<3.15"
dependencies = [
"build>=1.3.0",
"colorlog>=6.9.0",
Expand Down