Skip to content

Commit 96f9ab5

Browse files
Aadesh-Baraldakotabenjamin
authored andcommitted
Set Python version between 3.9 and 3.11 reverting #6013
Staging server was disrupted after merging #6013 due to python 3.10 not being present in server. So revering the changes made in PR #6013 to fix the issue for now
1 parent 84f517e commit 96f9ab5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
# Dependencies used by hotosm.org for production deployments
4545
"newrelic==8.8.0",
4646
]
47-
requires-python = ">=3.10,<=3.11"
47+
requires-python = ">=3.9,<=3.11"
4848
readme = "README.md"
4949
license = { text = "BSD-2-Clause" }
5050

0 commit comments

Comments
 (0)