Skip to content

Commit

Permalink
specify newer version of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed May 19, 2024
1 parent 9476955 commit a2eb29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pypy -m pip install --upgrade pip
# Excluding Cython to test the pure Python version.
pypy -m pip install setuptools wheel
pypy -m pip install "setuptools>69.0.0" wheel
- name: Install without C-extensions
run: |
pypy -m pip install --no-build-isolation .
Expand Down

0 comments on commit a2eb29d

Please sign in to comment.