aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJ08nY2022-04-04 13:04:36 +0200
committerJ08nY2022-04-04 13:04:36 +0200
commitdeee1ba138c23917c9f3236ae9e08fb23965f391 (patch)
tree41d9e0573f532f1f48ec8e88fe8201c048e8cd53 /.github
parent6c0fd2ebf5ef939120201950727b94b47ec38d9a (diff)
downloadpyecsca-deee1ba138c23917c9f3236ae9e08fb23965f391.tar.gz
pyecsca-deee1ba138c23917c9f3236ae9e08fb23965f391.tar.zst
pyecsca-deee1ba138c23917c9f3236ae9e08fb23965f391.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e09003a..3c1be31 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
- python-version: [3.8, 3.9]
+ python-version: [3.8, 3.9, 3.10]
gmp: [0, 1]
env:
PYTHON: ${{ matrix.python-version }}