Skip to content

Commit

Permalink
[ci] actions/setup-python@v2 no longer provides python 3.5, 3.6 for l…
Browse files Browse the repository at this point in the history
…inux
  • Loading branch information
LeoHsiao1 authored Jul 28, 2023
1 parent 3e3b5a7 commit f0dc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
python_version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python_version: [3.7, 3.8, 3.9, '3.10', '3.11']
exiv2_version: [0.27.7]
runs-on: ${{matrix.os}}
env:
Expand Down

0 comments on commit f0dc7bb

Please sign in to comment.