Skip to content

Commit c46fb7f

Browse files
authored
setup-python: 3.12 release (#149)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 62dfed0 commit c46fb7f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-python@v4
4343
with:
44-
python-version: '3.12-dev'
44+
python-version: '3.12'
4545

4646
- name: Prepare system
4747
run: |
@@ -50,10 +50,10 @@ jobs:
5050
sudo apt update
5151
sudo apt -y install libheif-dev
5252
53-
- name: Install from source # when 3.12 get released will return `install ".[dev]"`
53+
- name: Install from source
5454
run: |
5555
python3 -m pip install pillow==9.5.0
56-
python3 -m pip -v install ".[tests-min]" coverage
56+
python3 -m pip -v install ".[dev]"
5757
5858
- name: LibHeif info
5959
run: python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"

.github/workflows/test-wheels-pi_heif.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
81+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
8282
env:
8383
PH_LIGHT_ACTION: 1
8484

@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
113+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
114114

115115
steps:
116116
- name: Delay, waiting Pypi to update.
@@ -142,7 +142,7 @@ jobs:
142142
strategy:
143143
fail-fast: false
144144
matrix:
145-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
145+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
146146

147147
steps:
148148
- name: Delay, waiting Pypi to update.

.github/workflows/test-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: windows-2019
7676
strategy:
7777
matrix:
78-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
78+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
7979
env:
8080
PH_FULL_ACTION: 1
8181

@@ -104,7 +104,7 @@ jobs:
104104
runs-on: macos-11
105105
strategy:
106106
matrix:
107-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
107+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
108108

109109
steps:
110110
- name: Delay, waiting Pypi to update.
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-20.04
135135
strategy:
136136
matrix:
137-
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
137+
python-version: ["pypy-3.9", "pypy-3.10", "3.8", "3.9", "3.10", "3.11", "3.12"]
138138

139139
steps:
140140
- name: Delay, waiting Pypi to update.

0 commit comments

Comments
 (0)