Skip to content

Commit 70aa669

Browse files
committed
Revert "Bump min python to 3.9"
Since python 3.9 adds support for using list and dict as types this has made ruff unhappy with using the typing constructs of List and Dict. Reverting my change for now; we can revisit in separate PR. This reverts commit d0d31d3.
1 parent d0d31d3 commit 70aa669

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.9.0,<4.0"
23+
requires-python = ">=3.8.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)