Skip to content

Commit 6e495df

Browse files
committed
update minimum python version required
1 parent d10777b commit 6e495df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trainer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "root_painter_trainer"
3-
version = "0.2.27.4"
3+
version = "0.2.27.5"
44
description = "Trainer (server component) for RootPainter"
55
readme = "README.md"
66
authors = [
@@ -22,7 +22,7 @@ dependencies = [
2222
"torchvision==0.21.0",
2323
]
2424
license = {text = "GPL-2.0"}
25-
requires-python = ">=3.9,<3.13"
25+
requires-python = ">=3.11,<3.13"
2626

2727
[project.urls]
2828
Homepage = "https://github.com/Abe404/root_painter"

0 commit comments

Comments
 (0)