We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bc71d commit 42bd21bCopy full SHA for 42bd21b
.changelog/980.internal.md
@@ -0,0 +1 @@
1
+Install setuptools to make Towncrier fork work with Python 3.12
.github/workflows/ci-lint.yml
@@ -38,6 +38,10 @@ jobs:
38
- name: Install gitlint
39
run: |
40
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
45
- name: Install towncrier
46
47
python -m pip install https://github.com/oasisprotocol/towncrier/archive/oasis-master.tar.gz
0 commit comments