We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c15271 commit ccf4b59Copy full SHA for ccf4b59
.github/workflows/python-examples.yml
@@ -55,7 +55,8 @@ jobs:
55
run: |
56
python -m pip install --upgrade pip
57
pip install "tox < 4.0"
58
-
+
59
+ # Python no longer bundles setuptools starting in 3.12
60
- name: Install python version specific dependencies
61
if: matrix.python-version == '3.12'
62
.github/workflows/python-integration.yml
@@ -54,6 +54,7 @@ jobs:
54
0 commit comments