Skip to content

Commit c2d5f25

Browse files
committed
Use towncrier version that replaces pkg_resources
1 parent feab003 commit c2d5f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ref: ${{ github.event.pull_request.head.sha }}
1414
fetch-depth: 0
1515
- uses: actions/setup-python@v2
16-
- run: pip install towncrier==22.8.0
16+
- run: pip install towncrier>=23.6.0
1717
- run: scripts/check-newsfragment
1818
env:
1919
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)