Skip to content

Commit

Permalink
Drop Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
Code assumes Python 3.10 features, so drop 3.8 and 3.9 from testing.
  • Loading branch information
carlthome committed Jun 18, 2023
1 parent d3d1c9e commit a038117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a038117

Please sign in to comment.