Skip to content

Commit

Permalink
Fix py 3.12 build V
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Dec 5, 2023
1 parent 6b34150 commit d40fec8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/adamtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
pip install --user --upgrade pip
pip install --user pipx
pipx ensurepath
pip install setuptools
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry install --with dev
Expand Down
19 changes: 18 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ pytest-aiohttp = "^1.0.4"
pytest-asyncio = "^0.21.1"
pytest-cov = "^4.1.0"
responses = "^0.23.3"
setuptools = "^69.0.2"

0 comments on commit d40fec8

Please sign in to comment.