Skip to content

Commit

Permalink
stop testing on EOL Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Oct 4, 2023
1 parent 24f2217 commit 2391c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
main:
strategy:
matrix:
python: [3.7, 3.8, 3.9, '3.10', '3.11']
python: [3.8, 3.9, '3.10', '3.11']
fail-fast: false
runs-on: ubuntu-latest
name: Python ${{ matrix.python }}
Expand Down

0 comments on commit 2391c9e

Please sign in to comment.