diff options
| author | J08nY | 2024-05-15 16:59:01 +0200 |
|---|---|---|
| committer | J08nY | 2024-05-15 16:59:01 +0200 |
| commit | e2a400650cbc2639d44e2761c265191de1f69842 (patch) | |
| tree | 0b6f6dc34bb2018061d93fb7ae10a6508fc096b0 /.github | |
| parent | 990f16146725fae8be14c247e57e74357c5bba3d (diff) | |
| download | pyecsca-codegen-e2a400650cbc2639d44e2761c265191de1f69842.tar.gz pyecsca-codegen-e2a400650cbc2639d44e2761c265191de1f69842.tar.zst pyecsca-codegen-e2a400650cbc2639d44e2761c265191de1f69842.zip | |
Bump Python versions in CI.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 797ce52..f748ff6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] env: PYTHON: ${{ matrix.python-version }} steps: |
