Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
otherwise stuff wouldn't build on a recent Python installation
  • Loading branch information
Philipp15b committed Mar 14, 2024
1 parent 82e8a4d commit 219ca81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Set up Poetry cache for Python dependencies
uses: actions/cache@v2
if: startsWith(runner.os, 'Linux')
Expand Down
80 changes: 4 additions & 76 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 @@ -5,7 +5,7 @@ description = ""
authors = ["Philipp Schröer <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
lark-parser = "^0.8.5"
algebraic-data-types = "^0.1.3"
attrs = "^19.3.0"
Expand Down

0 comments on commit 219ca81

Please sign in to comment.