Skip to content

Commit

Permalink
Merge pull request #5421 from oasisprotocol/mz/pinPythonVersion
Browse files Browse the repository at this point in the history
Install setuptools to make Towncrier fork work with Python 3.12
  • Loading branch information
peternose authored Oct 31, 2023
2 parents 788aa08 + 977c4b1 commit 75c92c4
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 75c92c4

Please sign in to comment.