Skip to content

Commit

Permalink
remove python 3.8 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Aug 26, 2024
1 parent 579fb35 commit b84814c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run_tests:
strategy:
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-22.04, macos-13]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit b84814c

Please sign in to comment.