Skip to content

Commit 8bfe3c6

Browse files
committed
Disable python2 + poetry
1 parent a965b69 commit 8bfe3c6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/python-deps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
os: [ubuntu-latest, macos-latest]
1919
python_deps_type: [pipenv, poetry, requirements, setup_py]
2020
python_version: [2, 3]
21+
exclude:
22+
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
23+
- python_version: 2
24+
python_deps_type: poetry
25+
2126

2227
env:
2328
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

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

77
## 2.1.14 - 22 Jun 2022
88

0 commit comments

Comments
 (0)