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.9.18
3.10
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"anyio>=3.5.0, <5",
"distro>=1.7.0, <2",
"sniffio",
"click>=8.1.7",
"cyclopts>=4.6.0",
"rich>=13.7.1",
"tabulate>=0.9.0",
"pillow>=10.4.0",
Expand All @@ -25,10 +25,11 @@ dependencies = [
"filelock>=3.13.1",
"types-pyyaml>=6.0.12.20250915",
"tomli>=2.0.0; python_version < '3.11'",
"detect-agent>=0.1.1",
"questionary>=2.1.1",
"detect-agent>=0.2.0",
]

requires-python = ">= 3.9"
requires-python = ">= 3.10"
classifiers = [
"Typing :: Typed",
"Intended Audience :: Developers",
Expand Down Expand Up @@ -61,6 +62,7 @@ cli = ["PyYAML"]

[project.scripts]
together = "together.lib.cli:main"
tg = "together.lib.cli:main"

[tool.uv]
managed = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export TOGETHER_TELEMETRY_DISABLED=1

# Note that we need to specify the patch version here so that uv
# won't use unstable (alpha, beta, rc) releases for the tests
PY_VERSION_MIN=">=3.9.0"
PY_VERSION_MIN=">=3.10.0"
PY_VERSION_MAX=">=3.14.0"

function run_tests() {
Expand Down
Loading
Loading