Skip to content

Commit

Permalink
CI: drop py 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 24, 2024
1 parent 3dad69e commit 79477cb
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 @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 79477cb

Please sign in to comment.