Update CHANGELOG.md

This commit is contained in:
Andrew Eisenberg 2022-06-24 10:12:49 -07:00
parent 8bfe3c6be5
commit 934c0340a7
2 changed files with 5 additions and 1 deletions

View file

@ -120,6 +120,10 @@ jobs:
matrix:
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 }}