Skip to content

Commit 0dfb6cb

Browse files
committed
- update to latest meta/config
1 parent f1a2a39 commit 0dfb6cb

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
- "3.9"
103103
- "3.10"
104104
- "3.11"
105-
os: [ubuntu-20.04, macos-latest]
105+
os: [ubuntu-20.04, macos-11]
106106
exclude:
107-
- os: macos-latest
107+
- os: macos-11
108108
python-version: "pypy-3.7"
109109

110110
steps:
@@ -239,9 +239,9 @@ jobs:
239239
- "3.9"
240240
- "3.10"
241241
- "3.11"
242-
os: [ubuntu-20.04, macos-latest]
242+
os: [ubuntu-20.04, macos-11]
243243
exclude:
244-
- os: macos-latest
244+
- os: macos-11
245245
python-version: "pypy-3.7"
246246

247247
steps:
@@ -422,7 +422,7 @@ jobs:
422422
strategy:
423423
matrix:
424424
python-version: ["3.9"]
425-
image: [manylinux2010_x86_64, manylinux2010_i686, manylinux2014_aarch64]
425+
image: [manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64]
426426

427427
steps:
428428
- name: checkout
@@ -453,7 +453,7 @@ jobs:
453453
- name: Update pip
454454
run: pip install -U pip
455455
- name: Build zope.interface (x86_64)
456-
if: matrix.image == 'manylinux2010_x86_64'
456+
if: matrix.image == 'manylinux2014_x86_64'
457457
# An alternate way to do this is to run the container directly with a uses:
458458
# and then the script runs inside it. That may work better with caching.
459459
# See https://github.com/pyca/bcrypt/blob/f6b5ee2eda76d077c531362ac65e16f045cf1f29/.github/workflows/wheel-builder.yml
@@ -462,7 +462,7 @@ jobs:
462462
run: |
463463
bash .manylinux.sh
464464
- name: Build zope.interface (i686)
465-
if: matrix.image == 'manylinux2010_i686'
465+
if: matrix.image == 'manylinux2014_i686'
466466
env:
467467
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
468468
PRE_CMD: linux32

.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 = "be727608"
5+
commit-id = "3c9d0741"
66

77
[python]
88
with-appveyor = true

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
6.0 (unreleased)
66
================
77

8+
- Build Linux binary wheels for Python 3.11.
9+
810
- Drop support for Python 2.7, 3.5, 3.6.
911

1012
- Fix test deprecation warning on Python 3.11.
@@ -15,6 +17,7 @@
1517
+ `zope.interface.implementsOnly`
1618
+ `zope.interface.classProvides`
1719

20+
1821
5.5.2 (2022-11-17)
1922
==================
2023

0 commit comments

Comments
 (0)