summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-01-04 14:13:18 +0100
committerHubert Kario <hkario@redhat.com>2022-01-04 15:09:00 +0100
commit97fbf48e0e00cc2c1e1635f23a0d5a37b80167fc (patch)
tree75761a2d4fd1ca753ca5ecfbf527a0146ad4704a /.github
parent8eb07311c51f37f9ad01818c5d3b2808a43fcb7d (diff)
downloadecdsa-97fbf48e0e00cc2c1e1635f23a0d5a37b80167fc.tar.gz
add testing on Python 3.11
Also update versioneer to 0.21 (with modifications to make it work with 2.6)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4005089..31eb3c4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -82,6 +82,10 @@ 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
- name: pypy
os: ubuntu-latest
python-version: pypy-2.7