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 14c2bfd commit 4733bc0Copy full SHA for 4733bc0
.github/workflows/main.yaml
@@ -44,7 +44,7 @@ jobs:
44
${{ runner.os }}-pip-
45
${{ runner.os }}-
46
- name: Upgrade setuptools
47
- if: matrix.python-version => 3.12
+ if: matrix.python-version >= 3.12
48
run: |
49
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
50
pip install --upgrade setuptools
0 commit comments