summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-01-04 14:06:40 +0100
committerHubert Kario <hkario@redhat.com>2022-01-04 14:15:37 +0100
commit8eb07311c51f37f9ad01818c5d3b2808a43fcb7d (patch)
tree0bf3a09e14eafcc7571739da24c1c9c5a2b09693 /.github
parent065b40c43e066de6df7f263ee43ade80d86d79f2 (diff)
downloadecdsa-8eb07311c51f37f9ad01818c5d3b2808a43fcb7d.tar.gz
Test on Python 3.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 53563c6..4005089 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -70,14 +70,18 @@ jobs:
os: ubuntu-latest
python-version: 3.9
tox-env: py39
- - name: py3.9 with gmpy
+ - name: py3.10
os: ubuntu-latest
- python-version: 3.9
- tox-env: gmpypy39
- - name: py3.9 with gmpy2
+ python-version: '3.10'
+ tox-env: py310
+ - name: py3.10 with gmpy
os: ubuntu-latest
- python-version: 3.9
- tox-env: gmpy2py39
+ python-version: '3.10'
+ tox-env: gmpypy310
+ - name: py3.10 with gmpy2
+ os: ubuntu-latest
+ python-version: '3.10'
+ tox-env: gmpy2py310
- name: pypy
os: ubuntu-latest
python-version: pypy-2.7