Skip to content

Commit 34c1f71

Browse files
authored
Declare us statically as not-compatible with Python 3.14 (#3724)
1 parent c66301a commit 34c1f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "modal"
77
description = "Python client library for Modal"
88
readme = "README.md"
99
dynamic = ["version"]
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.9,<3.14"
1111
license = {text = "Apache-2.0"}
1212

1313
authors = [

0 commit comments

Comments
 (0)