Skip to content

Commit e2603b6

Browse files
Downgrade python version to min of 3.10 (#44)
Co-authored-by: Josh Borrow <josh@joshborrow.com>
1 parent 0229d52 commit e2603b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tilemaker = ["server/static/*", "server/static/assets/*"]
1010

1111
[project]
1212
name = "tilemaker"
13-
version = "2.4.0"
14-
requires-python = ">=3.11"
13+
version = "2.5.0"
14+
requires-python = ">=3.10"
1515
dependencies = [
1616
"pixell",
1717
"pydantic-settings",

0 commit comments

Comments
 (0)