Skip to content

Commit

Permalink
Remove Python 3.8 tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Nov 13, 2024
1 parent dfd2a96 commit 2d79991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
- {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39}
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
- {name: Typing, python: '3.12', os: ubuntu-latest, tox: mypy}
- {name: Package, python: '3.12', os: ubuntu-latest, tox: package}
- {name: Lint, python: '3.12', os: ubuntu-latest, tox: pep8}
Expand Down

0 comments on commit 2d79991

Please sign in to comment.