Skip to content

Commit 3c6a807

Browse files
authored
Support python 3.14 in truss CLI (#2074)
1 parent 64a40b2 commit 3c6a807

File tree

2 files changed

+85
-4
lines changed

2 files changed

+85
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "truss"
3-
version = "0.11.27rc500"
3+
version = "0.11.27rc002"
44
description = "A seamless bridge from model development to model delivery"
55
authors = [
66
{ name = "Pankaj Gupta", email = "no-reply@baseten.co" },
77
{ name = "Phil Howes", email = "no-reply@baseten.co" },
88
]
9-
requires-python = ">=3.9,<3.14"
9+
requires-python = ">=3.9,<3.15"
1010
readme = "README.md"
1111
license = "MIT"
1212
keywords = [

0 commit comments

Comments
 (0)