Skip to content

Commit

Permalink
fix: fix failing tests due to updated list of available pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer committed Sep 19, 2022
1 parent c18fec2 commit c999d66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ generate-setup-file = false
[tool.poetry.dependencies]
python = "^3.7"

poetry-core = { git="https://github.com/finswimmer/core.git", branch="fix/available-pythons"}
poetry-core = "^1.2.0"
poetry-plugin-export = "^1.0.7"
"backports.cached-property" = { version = "^1.0.2", python = "<3.8" }
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
Expand Down

0 comments on commit c999d66

Please sign in to comment.