File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ jobs:
387387 runs-on : " ubuntu-latest"
388388 strategy :
389389 matrix :
390- python-version : ["3.11 "]
390+ python-version : ["3.13 "]
391391 os : [ubuntu-latest]
392392
393393 steps :
@@ -458,7 +458,7 @@ jobs:
458458 # We use a regular Python matrix entry to share as much code as possible.
459459 strategy :
460460 matrix :
461- python-version : ["3.11 "]
461+ python-version : ["3.13 "]
462462 image : [manylinux2014_x86_64, manylinux2014_i686]
463463
464464 steps :
@@ -552,7 +552,7 @@ jobs:
552552 # We use a regular Python matrix entry to share as much code as possible.
553553 strategy :
554554 matrix :
555- python-version : ["3.11 "]
555+ python-version : ["3.13 "]
556556 image : [manylinux2014_aarch64]
557557
558558 steps :
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/c-code
33[meta ]
44template = " c-code"
5- commit-id = " df7040c5 "
5+ commit-id = " 84826126 "
66
77[python ]
88with-windows = true
You can’t perform that action at this time.
0 commit comments