Skip to content

Commit f9b429a

Browse files
authored
Merge pull request #309 from statisticsnorway/map-hatches
py version constraint
2 parents 1d9c45e + a615cab commit f9b429a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "ssb-sgis"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
description = "GIS functions used at Statistics Norway."
55
authors = ["Morten Letnes <morten.letnes@ssb.no>"]
66
license = "MIT"
@@ -18,7 +18,7 @@ classifiers = [
1818
Changelog = "https://github.com/statisticsnorway/ssb-sgis/releases"
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.10,<4"
21+
python = ">=3.11"
2222
affine = ">=2.4.0"
2323
branca = ">=0.6.0"
2424
folium = ">=0.14.0"

0 commit comments

Comments
 (0)