summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-01-04 15:20:16 +0100
committerHubert Kario <hkario@redhat.com>2022-01-04 15:20:16 +0100
commite594ec84ebd1d689cac87d0a5c90bbf4d3726527 (patch)
treef540378fdc0f811e1833dab7a3382bf34f797f10 /.github
parent97fbf48e0e00cc2c1e1635f23a0d5a37b80167fc (diff)
downloadecdsa-e594ec84ebd1d689cac87d0a5c90bbf4d3726527.tar.gz
disable 3.11 for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 31eb3c4..728a297 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -82,10 +82,11 @@ jobs:
os: ubuntu-latest
python-version: '3.10'
tox-env: gmpy2py310
- - name: py3.11
- os: ubuntu-latest
- python-version: '3.11.0-alpha.3'
- tox-env: py311
+ # Python 3.11a3 segfaults when running the test suite so skip it for now
+ #- name: py3.11
+ # os: ubuntu-latest
+ # python-version: '3.11.0-alpha.3'
+ # tox-env: py311
- name: pypy
os: ubuntu-latest
python-version: pypy-2.7