Skip to content

Commit

Permalink
✔ CircleCI: Do not test on Python 3.6 anymore (EOL since 2021-12-23)
Browse files Browse the repository at this point in the history
(See also #90 where it came up.)
  • Loading branch information
mikegerber committed Oct 12, 2023
1 parent ed7a926 commit b0fb554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- checkout
- run: pip3 install --upgrade pip
- run: if python3 --version | grep -q "Python 3.6"; then pip install --prefer-binary -U opencv-python-headless numpy; fi # to avoid compilation
- run: make install deps-test-ubuntu PIP_INSTALL="pip3 install"
- run: make coverage
- codecov/upload
Expand All @@ -30,4 +29,4 @@ workflows:
- screenshots
matrix:
parameters:
python-image: ["python:3.6", "python:3.7", "python:3.8", "python:3.9", "python:3.10"]
python-image: ["python:3.7", "python:3.8", "python:3.9", "python:3.10"]

0 comments on commit b0fb554

Please sign in to comment.