Skip to content

Commit 71357ae

Browse files
committed
bumping python to 3.11 to aid in compatability
1 parent 634fffd commit 71357ae

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
@@ -6,7 +6,7 @@ authors = [
66
#TODO add authors
77
]
88
readme = "README.md"
9-
requires-python = ">=3.13"
9+
requires-python = ">=3.11"
1010
repository = "https://github.com/NHSDigital/eligibility-signposting-api-specification"
1111
homepage = "https://digital.nhs.uk/developer/api-catalogue"
1212
keywords = ["healthcare", "uk", "nhs", "vaccination", "api"] #TODO add additional keywords
@@ -17,7 +17,7 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
1717
build-backend = "poetry.core.masonry.api"
1818

1919
[tool.poetry.dependencies]
20-
python = "^3.13"
20+
python = "^3.11"
2121
yq = "^3.2.3"
2222

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

0 commit comments

Comments
 (0)