Skip to content

Commit

Permalink
ci: build on Python 3.8 -> 3.10 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Apr 7, 2024
1 parent 22dcdc1 commit 8b87e90
Showing 1 changed file with 1 addition and 1 deletion.
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.8", "3.9", "3.11"]
python-version: ["3.10", "3.11"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8b87e90

Please sign in to comment.