Skip to content

Commit

Permalink
Disable python2 + poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg committed Jun 24, 2022
1 parent a965b69 commit 8bfe3c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
os: [ubuntu-latest, macos-latest]
python_deps_type: [pipenv, poetry, requirements, setup_py]
python_version: [2, 3]
exclude:
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
- python_version: 2
python_deps_type: poetry


env:
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details.

## 2.1.14 - 22 Jun 2022

Expand Down

0 comments on commit 8bfe3c6

Please sign in to comment.