Disable python2 + poetry

This commit is contained in:
Andrew Eisenberg 2022-06-24 10:09:46 -07:00
parent a965b69658
commit 8bfe3c6be5
2 changed files with 6 additions and 1 deletions

View file

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