8989 # Unit tests:
9090 # -----------
9191 - test-cmd : test-py27-pip20.3.4--patched
92- - test-cmd : test-py314-pip25.2
93- - test-cmd : test-py315-pip25.2
92+ - test-cmd : test-py314-pip25.3
93+ - test-cmd : test-py315-pip25.3
9494 - test-cmd : test-pypy311-pip24.3.1
9595
9696 # Integration tests, split most into two shards:
@@ -104,14 +104,14 @@ jobs:
104104 - test-cmd : test-py38-pip22.3.1-integration
105105 pex-test-pos-args : --shard 2/2
106106
107- - test-cmd : test-py314-pip25.2 -integration
107+ - test-cmd : test-py314-pip25.3 -integration
108108 pex-test-pos-args : --shard 1/2
109- - test-cmd : test-py314-pip25.2 -integration
109+ - test-cmd : test-py314-pip25.3 -integration
110110 pex-test-pos-args : --shard 2/2
111111
112- - test-cmd : test-py315-pip25.2 -integration
112+ - test-cmd : test-py315-pip25.3 -integration
113113 pex-test-pos-args : --shard 1/2
114- - test-cmd : test-py315-pip25.2 -integration
114+ - test-cmd : test-py315-pip25.3 -integration
115115 pex-test-pos-args : --shard 2/2
116116
117117 # PyPy is slow enough to require extra sharding.
@@ -162,12 +162,12 @@ jobs:
162162 matrix :
163163 include :
164164 - python-version : " 3.14"
165- test-cmd : test-py314-pip25.2
165+ test-cmd : test-py314-pip25.3
166166 - python-version : " 3.14"
167- test-cmd : test-py314-pip25.2 -integration
167+ test-cmd : test-py314-pip25.3 -integration
168168 pex-test-pos-args : --shard 1/2
169169 - python-version : " 3.14"
170- test-cmd : test-py314-pip25.2 -integration
170+ test-cmd : test-py314-pip25.3 -integration
171171 pex-test-pos-args : --shard 2/2
172172 steps :
173173 - name : Checkout Pex
@@ -253,19 +253,19 @@ jobs:
253253 - python-version : " 3.11"
254254 test-cmd : typecheck package docs
255255 - python-version : " 3.14"
256- test-cmd : test-py314-pip25.2
256+ test-cmd : test-py314-pip25.3
257257 artifact-name : unit
258258 pex-test-pos-args : --junit-report ../dist/test-results/unit.xml
259259 - python-version : " 3.14"
260- test-cmd : test-py314-pip25.2 -integration
260+ test-cmd : test-py314-pip25.3 -integration
261261 artifact-name : integration-1
262262 pex-test-pos-args : --shard 1/3 --junit-report ../dist/test-results/integration-1.xml
263263 - python-version : " 3.14"
264- test-cmd : test-py314-pip25.2 -integration
264+ test-cmd : test-py314-pip25.3 -integration
265265 artifact-name : integration-2
266266 pex-test-pos-args : --shard 2/3 --junit-report ../dist/test-results/integration-2.xml
267267 - python-version : " 3.14"
268- test-cmd : test-py314-pip25.2 -integration
268+ test-cmd : test-py314-pip25.3 -integration
269269 artifact-name : integration-3
270270 pex-test-pos-args : --shard 3/3 --junit-report ../dist/test-results/integration-3.xml
271271 steps :
0 commit comments