Skip to content

Commit

Permalink
- update to latest meta/config
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 3, 2023
1 parent d127c96 commit 3a333c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -423,7 +423,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
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
- name: Update pip
run: pip install -U pip
- name: Build persistent (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
Expand All @@ -463,7 +463,7 @@ jobs:
run: |
bash .manylinux.sh
- name: Build persistent (i686)
if: matrix.image == 'manylinux2010_i686'
if: matrix.image == 'manylinux2014_i686'
env:
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
PRE_CMD: linux32
Expand Down
3 changes: 1 addition & 2 deletions .meta.toml
Expand Up @@ -2,14 +2,13 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "3018c57b"
commit-id = "3c9d0741"

[python]
with-appveyor = true
with-windows = false
with-pypy = true
with-future-python = false
with-legacy-python = true
with-docs = true
with-sphinx-doctests = true
with-macos = false
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -5,9 +5,11 @@
5.0 (unreleased)
================

- Build Linux binary wheels for Python 3.11.

- Drop support for Python 2.7, 3.5, 3.6.


4.9.3 (2022-11-16)
==================

Expand Down

0 comments on commit 3a333c7

Please sign in to comment.