Skip to content

Commit

Permalink
CI & CD: Adding wheels test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 4, 2022
1 parent e379328 commit 30307b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
env:
PH_LIGHT_ACTION: 1

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
python-version: ["pypy-3.7", "pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.7", "pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- name: Delay, waiting Pypi to update.
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["pypy-3.7", "pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.7", "pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- name: Delay, waiting Pypi to update.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
env:
PH_FULL_ACTION: 1

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
python-version: ["pypy-3.7", "pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.7", "pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- name: Delay, waiting Pypi to update.
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["pypy-3.7", "pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.7", "pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- name: Delay, waiting Pypi to update.
Expand Down

0 comments on commit 30307b3

Please sign in to comment.