Update to current meta/config.

This commit is contained in:
Michael Howitz 2022-09-16 08:37:11 +02:00
parent 24bd6eefae
commit 009c381866
3 changed files with 8 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -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.