Skip to content

Ep 23: Drop python 3.8 from build matrix #253

@gcapes

Description

@gcapes

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 }}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions