Skip to content

Commit ccf4b59

Browse files
committed
lil comment
1 parent 1c15271 commit ccf4b59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
run: |
5656
python -m pip install --upgrade pip
5757
pip install "tox < 4.0"
58-
58+
59+
# Python no longer bundles setuptools starting in 3.12
5960
- name: Install python version specific dependencies
6061
if: matrix.python-version == '3.12'
6162
run: |

.github/workflows/python-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
python -m pip install --upgrade pip
5555
pip install "tox < 4.0"
5656
57+
# Python no longer bundles setuptools starting in 3.12
5758
- name: Install python version specific dependencies
5859
if: matrix.python-version == '3.12'
5960
run: |

0 commit comments

Comments
 (0)