Skip to content

Commit 9602fa4

Browse files
authored
Merge pull request #60 from jamesridgway/james/dependency-updates
Updating dependencies
2 parents fa6decf + a47e65c commit 9602fa4

File tree

7 files changed

+500
-405
lines changed

7 files changed

+500
-405
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8, 3.9, 3.11]
11+
python-version: [3.10.15, 3.11.10, 3.12.6]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install venv and dependencies

0 commit comments

Comments
 (0)