Skip to content

Commit 289ed7e

Browse files
committed
EM-310 set poetry
1 parent 8e0f8cf commit 289ed7e

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

poetry.lock

Lines changed: 3 additions & 6 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
[project]
22
name = "multicast-notification-service"
3-
python = ">=3.12,<4.0"
3+
python = "^3.13"
44

55
[tool.poetry]
66
description = "multicast-notification-service"
@@ -15,7 +15,7 @@ keywords = ["healthcare", "uk", "nhs", "events"]
1515

1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.12,<4.0"
18+
python = "^3.13"
1919
pytest-nhsd-apim = "^6.0.7"
2020

2121
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)