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 8728c10 commit 50eb4ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
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 @@ -240,9 +240,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 @@ -424,7 +424,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 @@ -455,7 +455,7 @@ jobs:
- name: Update pip
run: pip install -U pip
- name: Build BTrees (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 @@ -464,7 +464,7 @@ jobs:
run: |
bash .manylinux.sh
- name: Build BTrees (i686)
if: matrix.image == 'manylinux2010_i686'
if: matrix.image == 'manylinux2014_i686'
env:
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
PRE_CMD: linux32
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
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.11.3 (2022-11-17)
===================

Expand Down

0 comments on commit 50eb4ce

Please sign in to comment.