Skip to content

Commit

Permalink
Remove testing on Python 3.7
Browse files Browse the repository at this point in the history
Python 3.7 has reached end of life
https://devguide.python.org/versions/
  • Loading branch information
ashishb committed Jun 28, 2023
1 parent e4b8fca commit d316756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-adbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
# A dependency, psutil, fails to install on Python 3.9
# https://github.com/ashishb/adb-enhanced/actions/runs/4309805993/jobs/7517607875
python-version: [3.7, 3.8, 3.11]
python-version: ["3.8", "3.9", "3.11"]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
python-version: ["3.7", "3.10", "3.11"]
python-version: ["3.8", "3.10", "3.11"]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d316756

Please sign in to comment.