Skip to content

Commit

Permalink
Install setuptools to make Towncrier fork work with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Oct 30, 2023
1 parent 788aa08 commit 977c4b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/5421.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Install setuptools to make Towncrier fork work with Python 3.12
4 changes: 4 additions & 0 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
- name: Install gitlint
run: |
python -m pip install gitlint
# Needed for Towncrier fork to work with 3.12 and above
- name: Install setuptools
run: |
python -m pip install setuptools
- name: Install towncrier
run: |
python -m pip install https://github.com/oasisprotocol/towncrier/archive/oasis-master.tar.gz
Expand Down

0 comments on commit 977c4b1

Please sign in to comment.