diff options
| author | Camille Mougey <commial@gmail.com> | 2022-05-27 10:39:15 +0200 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2022-05-27 10:39:15 +0200 |
| commit | e22883339513829b0194d2e0e2376b02a405c7a1 (patch) | |
| tree | 5183fa211e1e8ef407e1943172950c819c054721 | |
| parent | dc3b108ab16ba7994c15230c313dcde61c343ba3 (diff) | |
| download | miasm-e22883339513829b0194d2e0e2376b02a405c7a1.tar.gz miasm-e22883339513829b0194d2e0e2376b02a405c7a1.zip | |
CI: add python3.10
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
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: |