Skip to content

Commit

Permalink
dropped testing for python <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jul 23, 2024
1 parent 4e66045 commit 3e246ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: ["quality"]
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]

steps:
- name: Install non-python dependencies
Expand Down

0 comments on commit 3e246ce

Please sign in to comment.