summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-05-23 08:51:31 +0200
committerMichael Howitz <mh@gocept.com>2022-05-25 18:42:49 +0200
commit136d9fcc22bad729572659da7fa3f574428e767a (patch)
tree13249b9e6b648bfbba20f1b96397956f43ddcf13 /.github
parent90491d57081a3e6f6a1732914b055397b04008bd (diff)
downloadzope-security-136d9fcc22bad729572659da7fa3f574428e767a.tar.gz
Update to Python 3.11b1 + fix doc creation.
Until `repoze.sphinx.autointerface` supports Sphinx 5 (which is used here because we support future python versions and activate installing pre-released package version, which is needed for some other packages to get a RestrictedPython which runs on Python 3.11) we have to use an older version.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fdf012e..dd5f5b1 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -104,7 +104,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-alpha.7"
+ - "3.11.0-beta.1"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest
@@ -173,7 +173,7 @@ jobs:
&& startsWith(github.ref, 'refs/tags')
&& startsWith(runner.os, 'Mac')
&& !startsWith(matrix.python-version, 'pypy')
- && !startsWith(matrix.python-version, '3.11.0-alpha.7')
+ && !startsWith(matrix.python-version, '3.11.0-beta.1')
env:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
@@ -195,7 +195,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- - "3.11.0-alpha.7"
+ - "3.11.0-beta.1"
os: [ubuntu-20.04, macos-latest]
exclude:
- os: macos-latest