Skip to content

Commit d0d31d3

Browse files
committed
Bump min python to 3.9
1 parent b411db3 commit d0d31d3

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
@@ -20,7 +20,7 @@ name = "guidellm"
2020
version = "0.1.0"
2121
description = "Guidance platform for deploying and managing large language models."
2222
readme = { file = "README.md", content-type = "text/markdown" }
23-
requires-python = ">=3.8.0,<4.0"
23+
requires-python = ">=3.9.0,<4.0"
2424
license = { file = "LICENSE" }
2525
authors = [ { name = "Neuralmagic, Inc." } ]
2626
urls = { homepage = "https://github.com/neuralmagic/guidellm" }

0 commit comments

Comments
 (0)