Skip to content

Commit

Permalink
bump dependencies (#48)
Browse files Browse the repository at this point in the history
* bump dependencies

* update actions/cache
  • Loading branch information
ldruschk authored Jan 17, 2025
1 parent 503d6eb commit d9697fd
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 198 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
python -m poetry config virtualenvs.in-project true
- name: Cache the virtualenv
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
Expand Down
Loading

0 comments on commit d9697fd

Please sign in to comment.