Skip to content

Commit

Permalink
fix: allow Python 3.8 in Hatch build hook (#285)
Browse files Browse the repository at this point in the history
* fix(hatch hook): allow Python 3.8

* bump Hatch hook to 1.2.8
  • Loading branch information
DavidVujic authored Nov 14, 2024
1 parent 7b0f84f commit 70a2d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/hatch_polylith_bricks/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hatch-polylith-bricks"
version = "1.2.7"
version = "1.2.8"
description = "Hatch build hook plugin for Polylith"
authors = ['David Vujic']
homepage = "https://davidvujic.github.io/python-polylith-docs/"
Expand All @@ -21,7 +21,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
hatchling = "^1.21.0"
tomlkit = "0.*"

Expand Down

0 comments on commit 70a2d89

Please sign in to comment.