|
27 | 27 | ### STRESS TEST Job MATRIX ### |
28 | 28 | # slowest: windows 3.12 (8 mins), slowest python: 3.12 ! |
29 | 29 | # TODO: add python 3.11 !!! |
30 | | - FULL_MATRIX_STRATEGY: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}" |
| 30 | + FULL_MATRIX_STRATEGY: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}" |
31 | 31 | # Python 3.7 has reached End of Life (EOL) on June 27th, 2023 |
32 | 32 | # Python 3.12 is in bugfix mode, same as 3.11 -> can start supporting 3.12 it |
33 | 33 | UBUNTU_PY310_STRATEGY: "{\"platform\": [\"ubuntu-latest\"], \"python-version\": [\"3.10\"]}" |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | if: ${{ needs.set_github_outputs.outputs.TESTS_ENABLED == 'true' }} |
162 | 162 | uses: ./.github/workflows/test-job.yml |
163 | 163 | with: |
164 | | - job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}" |
| 164 | + job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}" |
165 | 165 | # job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.11\"]}" |
166 | 166 | # job_matrix: "{\"platform\": [\"windows-latest\"], \"python-version\": [\"3.11\"]}" |
167 | 167 | # artifact_name: 'dist' |
|
0 commit comments