Skip to content

Commit

Permalink
dependency updates for py 3.8 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Jun 4, 2024
1 parent 7447eac commit 74870df
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run_tests:
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
env:
Expand Down
Loading

0 comments on commit 74870df

Please sign in to comment.