Skip to content

Commit 934c034

Browse files
committed
Update CHANGELOG.md
1 parent 8bfe3c6 commit 934c034

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python-deps.yml

+4
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ jobs:
120120
matrix:
121121
python_deps_type: [pipenv, poetry, requirements, setup_py]
122122
python_version: [2, 3]
123+
exclude:
124+
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
125+
- python_version: 2
126+
python_deps_type: poetry
123127

124128
env:
125129
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details.
5+
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124)
66

77
## 2.1.14 - 22 Jun 2022
88

0 commit comments

Comments
 (0)