summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2023-01-03 15:41:42 +0100
committerJens Vagelpohl <jens@plyp.com>2023-01-03 15:41:42 +0100
commite9b0c56414f127e69095fae6e3773e4217c6145f (patch)
treeea28d1c81ab61e5c2b7af7ee87e4c9fbf553cf3b
parente2d9d9d49ceadb0c62ab96117ffc4dfa532819e0 (diff)
downloadzope-security-e9b0c56414f127e69095fae6e3773e4217c6145f.tar.gz
- update to latest meta/config
-rw-r--r--.github/workflows/tests.yml14
-rw-r--r--.meta.toml2
2 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9551c7b..a2c1743 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:
@@ -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:
@@ -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
@@ -455,7 +455,7 @@ jobs:
- name: Update pip
run: pip install -U pip
- name: Build zope.security (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
@@ -464,7 +464,7 @@ jobs:
run: |
bash .manylinux.sh
- name: Build zope.security (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 28cb8fe..bf29867 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 = "46a3f3bc"
+commit-id = "3c9d0741"
[python]
with-appveyor = true