Skip to content

Commit d322c80

Browse files
committed
Python 3.14rc3
1 parent 391f7c8 commit d322c80

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/create_draft_release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sdist: ${{ steps.package.outputs.sdist }}
2525
wheel: ${{ steps.package.outputs.wheel }}
2626
container:
27-
image: danielflook/python-minifier-build:python3.14-2025-08-21
27+
image: danielflook/python-minifier-build:python3.14-2025-09-26
2828
permissions:
2929
contents: read
3030
steps:
@@ -85,7 +85,7 @@ jobs:
8585
outputs:
8686
wheel: ${{ steps.package.outputs.wheel }}
8787
container:
88-
image: danielflook/python-minifier-build:python2.7-2025-08-21
88+
image: danielflook/python-minifier-build:python2.7-2025-09-26
8989
steps:
9090
- name: Download source distribution artifact
9191
uses: actions/download-artifact@v4.1.8
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-24.04
116116
needs: [package_python3]
117117
container:
118-
image: danielflook/python-minifier-build:python3.14-2025-08-21
118+
image: danielflook/python-minifier-build:python3.14-2025-09-26
119119
permissions:
120120
contents: read
121121
steps:
@@ -177,7 +177,7 @@ jobs:
177177
- name: Test
178178
uses: ./.github/actions/run-in-container
179179
with:
180-
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-08-21
180+
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-09-26
181181
run: |
182182
if [[ "${{ matrix.package_type }}" == "sdist" ]]; then
183183
pip${{ matrix.python }} install dist/${{needs.package_python3.outputs.sdist}}
@@ -217,7 +217,7 @@ jobs:
217217
permissions:
218218
contents: read
219219
container:
220-
image: danielflook/python-minifier-build:python3.14-2025-08-21
220+
image: danielflook/python-minifier-build:python3.14-2025-09-26
221221
steps:
222222
- name: Download distribution artifacts
223223
uses: actions/download-artifact@v4.1.8

.github/workflows/release_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
release_version: ${{ steps.set_version.outputs.version }}
1717
container:
18-
image: danielflook/python-minifier-build:python3.14-2025-08-21
18+
image: danielflook/python-minifier-build:python3.14-2025-09-26
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4.2.2

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
uses: ./.github/actions/run-in-container
3232
with:
33-
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-08-21
33+
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-09-26
3434
run: |
3535
tox -r -e $(echo "${{ matrix.python }}" | tr -d .)
3636
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ matrix.python-version == '3.14' }}
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: '3.14.0-rc.2'
62+
python-version: '3.14.0-rc.3'
6363

6464
- name: Set up Python
6565
if: ${{ matrix.python-version == '2.7' }}

.github/workflows/test_corpus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Run tests
7373
uses: dflook/run-in-container@main
7474
with:
75-
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-08-21
75+
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-09-26
7676
volumes: |
7777
/corpus:/corpus
7878
/corpus-results:/corpus-results
@@ -143,7 +143,7 @@ jobs:
143143
- name: Generate Report
144144
uses: dflook/run-in-container@main
145145
with:
146-
image: danielflook/python-minifier-build:python3.14-2025-08-21
146+
image: danielflook/python-minifier-build:python3.14-2025-09-26
147147
volumes: |
148148
/corpus-results:/corpus-results
149149
run: |

.github/workflows/verify_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
python: ["2.7", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2121
container:
22-
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-08-21
22+
image: danielflook/python-minifier-build:python${{ matrix.python }}-2025-09-26
2323
steps:
2424
- name: Test
2525
env:

.github/workflows/xtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run tests
3434
uses: ./.github/actions/run-in-container
3535
with:
36-
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-08-21
36+
image: danielflook/python-minifier-build:${{ matrix.python }}-2025-09-26
3737
run: |
3838
3939
if [[ "${{ matrix.python }}" == "python3.4" ]]; then

docker/Dockerfile-fedora42

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN <<EOF
3333
wget
3434
git clone https://github.com/python/cpython.git
3535
cd cpython
36-
git checkout v3.14.0rc2
36+
git checkout v3.14.0rc3
3737
./configure
3838
make
3939
make install

0 commit comments

Comments
 (0)