diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18e51cd5..80079452 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] # Not intended for forks. if: github.repository == 'st-tech/zr-obp'