From ce742f60f6635029773827b16948814cb966c04f Mon Sep 17 00:00:00 2001 From: Martin Lundberg Date: Sun, 21 Jul 2024 15:05:58 +0200 Subject: [PATCH] Add more python versions to examples action --- .github/workflows/run-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-examples.yml b/.github/workflows/run-examples.yml index 30cf54c..e334cff 100644 --- a/.github/workflows/run-examples.yml +++ b/.github/workflows/run-examples.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4