Skip to content

Commit d9697fd

Browse files
authored
bump dependencies (#48)
* bump dependencies * update actions/cache
1 parent 503d6eb commit d9697fd

File tree

3 files changed

+276
-198
lines changed

3 files changed

+276
-198
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
3535
python -m poetry config virtualenvs.in-project true
3636
3737
- name: Cache the virtualenv
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ./.venv
4141
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)