Skip to content

Commit

Permalink
Update test matrix - drop support for py3.7 as it has reached end of …
Browse files Browse the repository at this point in the history
…life
  • Loading branch information
seba-aln committed Oct 4, 2023
1 parent 369ddbc commit 599602b
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 @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python: [3.7.17, 3.8.17, 3.9.17, 3.10.12, 3.11.4]
python: [3.8.18, 3.9.18, 3.10.13, 3.11.6, 3.12.0]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 599602b

Please sign in to comment.