Skip to content

Commit

Permalink
Bump pip as more durable remedy for #67.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 8, 2023
1 parent 64a5833 commit 54f9698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
exclude:
# pip 21 chokes on non-ascii in setup.cfg (#67)
- python: "3.8"
platform: windows-latest
runs-on: ${{ matrix.platform }}
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
deps =
# workaround for #67
pip >= 23; platform_system == "Windows" and python_version < "3.9"
setenv =
PYTHONWARNDEFAULTENCODING = 1
commands =
Expand Down

0 comments on commit 54f9698

Please sign in to comment.