Skip to content

Commit

Permalink
Merge pull request #60 from jamesridgway/james/dependency-updates
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
jamesridgway authored Sep 28, 2024
2 parents fa6decf + a47e65c commit 9602fa4
Show file tree
Hide file tree
Showing 7 changed files with 500 additions and 405 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.11]
python-version: [3.10.15, 3.11.10, 3.12.6]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install venv and dependencies
Expand Down
Loading

0 comments on commit 9602fa4

Please sign in to comment.