Skip to content

Commit bce397c

Browse files
committed
- update Python version used for manylinux builds
1 parent 97241da commit bce397c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/c-code
33
[meta]
44
template = "c-code"
5-
commit-id = "df7040c5"
5+
commit-id = "84826126"
66

77
[python]
88
with-windows = true

0 commit comments

Comments
 (0)