Skip to content

Commit

Permalink
Drop Python 3.7 from ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
czender committed Nov 25, 2023
1 parent de9ab60 commit ccd5d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-env: ["py37", "py38", "py39", "py310", "py311"]
tox-env: ["py38", "py39", "py310", "py311"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ccd5d8c

Please sign in to comment.