Skip to content

Commit

Permalink
Added Python 3.12 to the release matrix (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab authored Jul 12, 2023
1 parent 0f6acdb commit 109a882
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 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 @@ -76,7 +76,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
env:
PH_LIGHT_ACTION: 1

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

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

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 @@ -79,7 +79,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
env:
PH_FULL_ACTION: 1

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

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

steps:
- name: Delay, waiting Pypi to update.
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,14 @@ jobs:
i: [
{ "docker_file": "manylinux_armv7l_wheels", "name": "manylinux" },
]
v: ["3.7", "3.8", "3.9", "3.10", "3.11"]
v: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- v: "3.10"
i: { "docker_file": "musllinux_armv7l_wheels", "name": "musllinux" }
- v: "3.11"
i: { "docker_file": "musllinux_armv7l_wheels", "name": "musllinux" }
- v: "3.12"
i: { "docker_file": "musllinux_armv7l_wheels", "name": "musllinux" }
env:
KEY_HEAD: Pi-Heif-ARMv7l-${{ matrix.i['name'] }}
BUILD_DIR: "./build_cache"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pillow_heif.register_avif_opener()
| CPython 3.9 ||||||
| CPython 3.10 ||||||
| CPython 3.11 ||||||
| CPython 3.12 ||||||
| PyPy 3.8 v7.3 || N/A || N/A ||
| PyPy 3.9 v7.3 || N/A || N/A ||

Expand Down
1 change: 1 addition & 0 deletions pi-heif/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if pi_heif.is_supported("input.heic"):
| CPython 3.9 ||||||
| CPython 3.10 ||||||
| CPython 3.11 ||||||
| CPython 3.12 ||||||
| PyPy 3.8 v7.3 || N/A || N/A ||
| PyPy 3.9 v7.3 || N/A || N/A ||

Expand Down
1 change: 1 addition & 0 deletions pi-heif/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Expand Down

0 comments on commit 109a882

Please sign in to comment.