Skip to content

Commit 4419597

Browse files
authored
Merge pull request #980 from oasisprotocol/mz/pinPythonVersion-2
Install setuptools to make Towncrier fork work with Python 3.12
2 parents 66bc71d + 42bd21b commit 4419597

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/980.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Install setuptools to make Towncrier fork work with Python 3.12

.github/workflows/ci-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
- name: Install gitlint
3939
run: |
4040
python -m pip install gitlint
41+
# Needed for Towncrier fork to work with 3.12 and above
42+
- name: Install setuptools
43+
run: |
44+
python -m pip install setuptools
4145
- name: Install towncrier
4246
run: |
4347
python -m pip install https://github.com/oasisprotocol/towncrier/archive/oasis-master.tar.gz

0 commit comments

Comments
 (0)