14
14
sdist : ${{ steps.package.outputs.sdist }}
15
15
wheel : ${{ steps.package.outputs.wheel }}
16
16
container :
17
- image : danielflook/python-minifier-build:python3.13-2024-09-15
17
+ image : danielflook/python-minifier-build:python3.14-2025-08-13
18
18
steps :
19
19
- name : Checkout
20
20
60
60
outputs :
61
61
wheel : ${{ steps.package.outputs.wheel }}
62
62
container :
63
- image : danielflook/python-minifier-build:python2.7-2024-09-15
63
+ image : danielflook/python-minifier-build:python2.7-2025-08-13
64
64
steps :
65
65
- name : Download source distribution artifact
66
66
90
90
runs-on : ubuntu-24.04
91
91
needs : [package_python3]
92
92
container :
93
- image : danielflook/python-minifier-build:python3.13-2024-09-15
93
+ image : danielflook/python-minifier-build:python3.14-2025-08-13
94
94
steps :
95
95
96
96
with :
@@ -124,7 +124,7 @@ jobs:
124
124
strategy :
125
125
fail-fast : false
126
126
matrix :
127
- 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"]
127
+ 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" ]
128
128
package_type : [sdist, wheel]
129
129
steps :
130
130
- name : Checkout
@@ -145,7 +145,7 @@ jobs:
145
145
- name : Test
146
146
uses : ./.github/actions/run-in-container
147
147
with :
148
- image : danielflook/python-minifier-build:python${{ matrix.python }}-2024-09-15
148
+ image : danielflook/python-minifier-build:python${{ matrix.python }}-2025-08-13
149
149
run : |
150
150
if [[ "${{ matrix.package_type }}" == "sdist" ]]; then
151
151
pip${{ matrix.python }} install dist/${{needs.package_python3.outputs.sdist}}
@@ -171,7 +171,7 @@ jobs:
171
171
matrix :
172
172
package_type : [sdist, wheel]
173
173
container :
174
- image : danielflook/python-minifier-build:python3.13-2024-09-15
174
+ image : danielflook/python-minifier-build:python3.14-2025-08-13
175
175
steps :
176
176
- name : Download distribution artifacts
177
177
0 commit comments