Skip to content

Commit

Permalink
Stop testing py3.7 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle authored Feb 27, 2024
1 parent ec78502 commit 0a78f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.9", "3.10"]
python-version: ["3.9", "3.10"]

steps:
- name: Checkout
Expand Down

0 comments on commit 0a78f6f

Please sign in to comment.