summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-09-16 08:37:11 +0200
committerMichael Howitz <mh@gocept.com>2022-09-16 09:01:50 +0200
commit009c3818662a9f15696ee4b8c2beda55b1a97cb8 (patch)
tree76b179239564218e31823d50e28c25b2e06ad728
parent24bd6eefaecf2195977a139cdaff2ccfef4e85cd (diff)
downloadzope-interface-009c3818662a9f15696ee4b8c2beda55b1a97cb8.tar.gz
Update to current meta/config.
-rw-r--r--.github/workflows/tests.yml11
-rw-r--r--.meta.toml2
-rw-r--r--CHANGES.rst2
3 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 966cf9b..accbb46 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -105,7 +105,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-rc.1"
+ - "3.11.0-rc.2"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest
@@ -154,8 +154,8 @@ jobs:
pip install -U pip
pip install -U setuptools wheel twine cffi
- - name: Build zope.interface (3.11.0-rc.1)
- if: ${{ startsWith(matrix.python-version, '3.11.0-rc.1') }}
+ - name: Build zope.interface (3.11.0-rc.2)
+ if: ${{ startsWith(matrix.python-version, '3.11.0-rc.2') }}
run: |
# Next, build the wheel *in place*. This helps ccache, and also lets us cache the configure
# output (pip install uses a random temporary directory, making this difficult).
@@ -210,7 +210,7 @@ jobs:
&& startsWith(github.ref, 'refs/tags')
&& startsWith(runner.os, 'Mac')
&& !startsWith(matrix.python-version, 'pypy')
- && !startsWith(matrix.python-version, '3.11.0-rc.1')
+ && !startsWith(matrix.python-version, '3.11.0-rc.2')
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
@@ -232,7 +232,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-rc.1"
+ - "3.11.0-rc.2"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest
@@ -416,6 +416,7 @@ jobs:
manylinux:
runs-on: ubuntu-20.04
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
# We use a regular Python matrix entry to share as much code as possible.
strategy:
matrix:
diff --git a/.meta.toml b/.meta.toml
index b46afac..0f43c4d 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 = "a07c82b7813de1e000863e1d01058e417bc4b33d"
+commit-id = "b5df3766ff8923477f3d24729b19504f0c401a2e"
[python]
with-appveyor = true
diff --git a/CHANGES.rst b/CHANGES.rst
index 7fced0a..64dadf9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,7 @@
5.5.0 (unreleased)
==================
-- Add support for Python 3.10 and 3.11 (as of 3.11.0b4).
+- Add support for Python 3.10 and 3.11 (as of 3.11.0rc2).
- Add missing Trove classifier showing support for Python 3.9.