Skip to content

Commit

Permalink
drop Python 3.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amenezes committed Sep 28, 2023
1 parent 851f8ad commit 6df72a6
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 @@ -6,7 +6,7 @@ jobs:
tests:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu]
fail-fast: true
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 6df72a6

Please sign in to comment.