Skip to content

Commit

Permalink
test with 1.17.1 version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 23, 2023
1 parent 01c7283 commit 0a8b48e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:

coverage-linux:
runs-on: ubuntu-22.04
name: Coverage(Linux) • 🐍3.12
name: Coverage(Linux) • 🐍3.11

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'

- name: Prepare system
run: |
Expand Down Expand Up @@ -78,13 +78,13 @@ jobs:

coverage-linux-pillow-dev:
runs-on: ubuntu-22.04
name: Coverage(Linux, Pillow-dev) • 🐍3.11
name: Coverage(Linux, Pillow-dev) • 🐍3.12

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Prepare system
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_libheif_info():
"1.15.2",
"1.16.1",
"1.16.2",
"1.17.0",
"1.17.1",
)


Expand Down

0 comments on commit 0a8b48e

Please sign in to comment.