diff --git a/.github/workflows/pull_ci.yml b/.github/workflows/pull_ci.yml index fda23485..c80d5721 100644 --- a/.github/workflows/pull_ci.yml +++ b/.github/workflows/pull_ci.yml @@ -16,3 +16,4 @@ jobs: containerfile: 'None' tests_folder: 'tests' tests_matrix: true + test_python_versions: '["3.11", "3.12"]'