Skip to content

Commit 9f5f8c9

Browse files
committed
Install setuptools manually for Python 3.12 compatibility
1 parent d230edf commit 9f5f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install dependencies
9696
run: |
9797
python -m pip install --upgrade pip
98-
python -m pip install --upgrade "tox<4" tox-gh-actions
98+
python -m pip install --upgrade "tox<4" tox-gh-actions setuptools
9999
100100
- name: Tox tests
101101
run: |

0 commit comments

Comments
 (0)