summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2022-06-25 18:02:07 +0200
committerHubert Kario <hubert@kario.pl>2022-06-25 18:02:22 +0200
commit7400c3cf5185ed70802a39d8cf3a3ca523bac7a3 (patch)
tree4fe82c82eed07e639a45fab434bbc7ce1493918d
parent52427732fc71c5398adb7d87dfca76d62de8ab6a (diff)
downloadecdsa-7400c3cf5185ed70802a39d8cf3a3ca523bac7a3.tar.gz
Add Python 3.11 to test matrix
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ccafe09..112719c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,11 +87,10 @@ jobs:
os: ubuntu-latest
python-version: '3.10'
tox-env: gmpy2py310
- # 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: py3.11
+ os: ubuntu-latest
+ python-version: '3.11.0-beta.3'
+ tox-env: py311
- name: pypy
os: ubuntu-latest
python-version: pypy-2.7