Skip to content

Commit

Permalink
[deps] Dropped support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 12, 2024
1 parent a087fc8 commit e20a277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"

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

0 comments on commit e20a277

Please sign in to comment.