aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJ08nY2024-07-17 15:30:25 +0200
committerJ08nY2024-07-17 15:30:25 +0200
commit33027a201236e6e4aad2d7d637aed85a4f762021 (patch)
tree791faec5053905cdd1b5f473560eaea3c9215f5d /.github/workflows
parentd429a996d64e8f8df552ae4a34a04189dc9b82c4 (diff)
downloadpyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.tar.gz
pyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.tar.zst
pyecsca-codegen-33027a201236e6e4aad2d7d637aed85a4f762021.zip
Document the scripts.
Diffstat (limited to '.github/workflows')
-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 f748ff6..f2e480d 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.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
env:
PYTHON: ${{ matrix.python-version }}
steps: