Skip to content

Commit

Permalink
Disable Python 3.7 in CI due to Poetry installation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 27, 2024
1 parent dd3846a commit b7d1957
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
# As of 2024-06-26, Poetry has started failing to install on 3.7:
# `TypeError: Expected maxsize to be an integer or None`
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -36,19 +37,6 @@ jobs:
- '1.6.1'
- '1.7.1'
- '1.8.1'
exclude:
# install error: `TypeError: Expected maxsize to be an integer or None`
- python-version: '3.7'
poetry-version: '1.3.2'
- python-version: '3.7'
poetry-version: '1.5.1'

- python-version: '3.7'
poetry-version: '1.6.1'
- python-version: '3.7'
poetry-version: '1.7.1'
- python-version: '3.7'
poetry-version: '1.8.1'
include:
- python-version: '3.11'
poetry-version: 'git+https://github.com/radoering/poetry.git@pep621-support'
Expand Down

0 comments on commit b7d1957

Please sign in to comment.