Skip to content

Commit

Permalink
drop 3.7 as well since it seems too difficult to support
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Sep 6, 2023
1 parent 01160ac commit b6c4709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false # don't cancel other matrix jobs when one fails
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
env: ['-r requirements.txt']

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==5.3.5
opencv-python-headless==4.6.0.66
numpy==1.21.6
numpy==1.22.4
scikit_image==0.19.3
matplotlib==3.5.3
requests==2.22.0
Expand Down

0 comments on commit b6c4709

Please sign in to comment.