Skip to content

Commit

Permalink
Set Python version between 3.9 and 3.11 reverting #6013
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aadesh-Baral authored and dakotabenjamin committed Aug 15, 2023
1 parent 84f517e commit 96f9ab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
# Dependencies used by hotosm.org for production deployments
"newrelic==8.8.0",
]
requires-python = ">=3.10,<=3.11"
requires-python = ">=3.9,<=3.11"
readme = "README.md"
license = { text = "BSD-2-Clause" }

Expand Down

0 comments on commit 96f9ab5

Please sign in to comment.