Skip to content

Commit 6303e46

Browse files
authored
Merge pull request #447 from statisticsnorway/feat/relax-python-bounds
Allow ssb-project to build with python 3.12
2 parents 2f7b028 + 7a74b05 commit 6303e46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-project-cli"
3-
version = "1.4.4"
3+
version = "1.4.5"
44
description = "SSB Project CLI"
55
authors = ["Statistics Norway <stat-dev@ssb.no>"]
66
license = "MIT"
@@ -15,7 +15,7 @@ classifiers = ["Development Status :: 4 - Beta"]
1515
Changelog = "https://github.com/statisticsnorway/ssb-project-cli/releases"
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.10,<3.12"
18+
python = ">=3.10,<3.13"
1919
typer = ">=0.6.1"
2020
gitpython = ">=3.1.27"
2121
pygithub = ">=1.55"

0 commit comments

Comments
 (0)