My requirements.txt file contains matplotlib=3.8.0, which doesn't seem to be found for python 3.8. My failed GA run here: https://github.com/gcapes/python-intermediate-inflammation/actions/runs/6718827862 and the subsequent run with 3.8 removed here: https://github.com/gcapes/python-intermediate-inflammation/actions/runs/6718965580 The build matrix then looks like this: ``` strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.9", "3.10"] runs-on: ${{ matrix.os }} ```
My requirements.txt file contains matplotlib=3.8.0, which doesn't seem to be found for python 3.8.
My failed GA run here: https://github.com/gcapes/python-intermediate-inflammation/actions/runs/6718827862
and the subsequent run with 3.8 removed here: https://github.com/gcapes/python-intermediate-inflammation/actions/runs/6718965580
The build matrix then looks like this: