about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2022-05-27 10:39:15 +0200
committerCamille Mougey <commial@gmail.com>2022-05-27 10:39:15 +0200
commite22883339513829b0194d2e0e2376b02a405c7a1 (patch)
tree5183fa211e1e8ef407e1943172950c819c054721 /.github
parentdc3b108ab16ba7994c15230c313dcde61c343ba3 (diff)
downloadfocaccia-miasm-e22883339513829b0194d2e0e2376b02a405c7a1.tar.gz
focaccia-miasm-e22883339513829b0194d2e0e2376b02a405c7a1.zip
CI: add python3.10
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 49926aed..1298f63a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ['2.7', '3.6', '3.8']
+        python-version: ['2.7', '3.6', '3.8', '3.10']
 
     steps: