Skip to content

Commit

Permalink
Lower python version for ciwebapp
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed May 2, 2024
1 parent 9cc6bbe commit fad9ec8
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 190 deletions.
34 changes: 31 additions & 3 deletions .github/poetry.lock

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

2 changes: 1 addition & 1 deletion .github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Pierce Freeman <[email protected]>"]
readme = "README_SCRIPTS.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
packaging = "^24.0"
toml = "^0.10.2"

Expand Down
11 changes: 7 additions & 4 deletions benchmarking/poetry.lock

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

2 changes: 1 addition & 1 deletion benchmarking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Pierce Freeman <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
locust = "^2.21.0"


Expand Down
Loading

0 comments on commit fad9ec8

Please sign in to comment.