summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d7d5f80..9b779dd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -102,7 +102,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- - "3.12.0-alpha.5"
+ - "3.12.0-alpha.7"
os: [ubuntu-20.04, macos-11]
exclude:
- os: macos-11
@@ -178,15 +178,15 @@ jobs:
python setup.py build_ext -i
python setup.py bdist_wheel
- - name: Install zope.proxy and dependencies (3.12.0-alpha.5)
- if: matrix.python-version == '3.12.0-alpha.5'
+ - name: Install zope.proxy and dependencies (3.12.0-alpha.7)
+ if: matrix.python-version == '3.12.0-alpha.7'
run: |
# Install to collect dependencies into the (pip) cache.
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
pip install --pre .[test]
- name: Install zope.proxy and dependencies
- if: matrix.python-version != '3.12.0-alpha.5'
+ if: matrix.python-version != '3.12.0-alpha.7'
run: |
# Install to collect dependencies into the (pip) cache.
pip install .[test]
@@ -230,7 +230,7 @@ jobs:
&& startsWith(github.ref, 'refs/tags')
&& startsWith(runner.os, 'Mac')
&& !startsWith(matrix.python-version, 'pypy')
- && !startsWith(matrix.python-version, '3.12.0-alpha.5')
+ && !startsWith(matrix.python-version, '3.12.0-alpha.7')
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
@@ -249,7 +249,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- - "3.12.0-alpha.5"
+ - "3.12.0-alpha.7"
os: [ubuntu-20.04, macos-11]
exclude:
- os: macos-11
@@ -286,8 +286,8 @@ jobs:
with:
name: zope.proxy-${{ runner.os }}-${{ matrix.python-version }}.whl
path: dist/
- - name: Install zope.proxy 3.12.0-alpha.5
- if: ${{ startsWith(matrix.python-version, '3.12.0-alpha.5') }}
+ - name: Install zope.proxy 3.12.0-alpha.7
+ if: ${{ startsWith(matrix.python-version, '3.12.0-alpha.7') }}
run: |
pip install -U wheel setuptools
# coverage has a wheel on PyPI for a future python version which is
@@ -301,7 +301,7 @@ jobs:
# Python release may only be available as pre-releases
pip install --pre -U -e .[test]
- name: Install zope.proxy
- if: ${{ !startsWith(matrix.python-version, '3.12.0-alpha.5') }}
+ if: ${{ !startsWith(matrix.python-version, '3.12.0-alpha.7') }}
run: |
pip install -U wheel setuptools
pip install -U coverage