Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
removes python 3.9 from matrix
  • Loading branch information
p-galligan committed Nov 15, 2024
1 parent 6107eb2 commit 4b899db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]

steps:
- name: Checkout code
Expand Down

0 comments on commit 4b899db

Please sign in to comment.