Skip to content

Commit

Permalink
Merge pull request #150 from mcflugen/mcflugen/remove-python-3.9-3.10
Browse files Browse the repository at this point in the history
Remove python 3.9 and 3.10 from testing
  • Loading branch information
mcflugen authored Jan 9, 2025
2 parents 9bc3de6 + 912a401 commit c33ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c33ce0a

Please sign in to comment.