Skip to content

Commit

Permalink
drop Python 3.9 because of pymetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 18, 2024
1 parent 01c88bc commit 467c4ff
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
python-version: [ "3.10", "3.11" ]
fail-fast: false
defaults:
run:
Expand Down
Loading

0 comments on commit 467c4ff

Please sign in to comment.