Skip to content

Commit 70a2d89

Browse files
authored
fix: allow Python 3.8 in Hatch build hook (#285)
* fix(hatch hook): allow Python 3.8 * bump Hatch hook to 1.2.8
1 parent 7b0f84f commit 70a2d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/hatch_polylith_bricks/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hatch-polylith-bricks"
3-
version = "1.2.7"
3+
version = "1.2.8"
44
description = "Hatch build hook plugin for Polylith"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222

2323
[tool.poetry.dependencies]
24-
python = "^3.9"
24+
python = "^3.8"
2525
hatchling = "^1.21.0"
2626
tomlkit = "0.*"
2727

0 commit comments

Comments
 (0)