summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2023-01-03 14:57:55 +0100
committerJens Vagelpohl <jens@plyp.com>2023-01-03 14:57:55 +0100
commit0dfb6cbc8861a2fbc59b56f8a30d6bb12cb5576b (patch)
tree3abededf643f2d97c1bb8183a7a15ca53abe19a8
parentf1a2a39fcc779a6dd10a161a2ced8c3cf488d9f2 (diff)
downloadzope-interface-0dfb6cbc8861a2fbc59b56f8a30d6bb12cb5576b.tar.gz
- update to latest meta/config
-rw-r--r--.github/workflows/tests.yml14
-rw-r--r--.meta.toml2
-rw-r--r--CHANGES.rst3
3 files changed, 11 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 1c22654..a32a286 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -102,9 +102,9 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- os: [ubuntu-20.04, macos-latest]
+ os: [ubuntu-20.04, macos-11]
exclude:
- - os: macos-latest
+ - os: macos-11
python-version: "pypy-3.7"
steps:
@@ -239,9 +239,9 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- os: [ubuntu-20.04, macos-latest]
+ os: [ubuntu-20.04, macos-11]
exclude:
- - os: macos-latest
+ - os: macos-11
python-version: "pypy-3.7"
steps:
@@ -422,7 +422,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
- image: [manylinux2010_x86_64, manylinux2010_i686, manylinux2014_aarch64]
+ image: [manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64]
steps:
- name: checkout
@@ -453,7 +453,7 @@ jobs:
- name: Update pip
run: pip install -U pip
- name: Build zope.interface (x86_64)
- if: matrix.image == 'manylinux2010_x86_64'
+ if: matrix.image == 'manylinux2014_x86_64'
# An alternate way to do this is to run the container directly with a uses:
# and then the script runs inside it. That may work better with caching.
# See https://github.com/pyca/bcrypt/blob/f6b5ee2eda76d077c531362ac65e16f045cf1f29/.github/workflows/wheel-builder.yml
@@ -462,7 +462,7 @@ jobs:
run: |
bash .manylinux.sh
- name: Build zope.interface (i686)
- if: matrix.image == 'manylinux2010_i686'
+ if: matrix.image == 'manylinux2014_i686'
env:
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
PRE_CMD: linux32
diff --git a/.meta.toml b/.meta.toml
index b71e853..ecf6737 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
-commit-id = "be727608"
+commit-id = "3c9d0741"
[python]
with-appveyor = true
diff --git a/CHANGES.rst b/CHANGES.rst
index 47797e5..0ed2cab 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,8 @@
6.0 (unreleased)
================
+- Build Linux binary wheels for Python 3.11.
+
- Drop support for Python 2.7, 3.5, 3.6.
- Fix test deprecation warning on Python 3.11.
@@ -15,6 +17,7 @@
+ `zope.interface.implementsOnly`
+ `zope.interface.classProvides`
+
5.5.2 (2022-11-17)
==================