Skip to content

Commit

Permalink
Pin Python version until Towncrier fork is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Oct 30, 2023
1 parent 788aa08 commit fdbd2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/5421.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin Python version until Towncrier fork is updated
3 changes: 2 additions & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"
# Towncrier fork does not work with 3.12.
python-version: "3.11.6"
- name: Set up Node.js 12
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit fdbd2c4

Please sign in to comment.