We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceec07 commit 891ea08Copy full SHA for 891ea08
1 file changed
pyproject.toml
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "hologen"
7
-version = "0.1.0"
+version = "0.2.0"
8
description = "Holography dataset generation toolkit"
9
readme = "README.md"
10
-requires-python = ">=3.13"
+requires-python = ">=3.11"
11
authors = [
12
{ name = "Gyokhan Kochmarla", email = "hello@gyokhan.com" },
13
]
@@ -26,7 +26,7 @@ dev = [
26
27
28
[tool.black]
29
-target-version = ["py313"]
+target-version = ["py313", "py312", "py311"]
30
line-length = 88
31
32
[tool.ruff]
0 commit comments