Skip to content

Commit

Permalink
tox: add pip==24.1b1 (#213)
Browse files Browse the repository at this point in the history
* tox: add pip==24.1b1

Signed-off-by: William Woodruff <william@trailofbits.com>

* test: fix wildcard pattern

Signed-off-by: William Woodruff <william@trailofbits.com>

* tox: newest pip is 3.8+

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored May 7, 2024
1 parent 60691ed commit 60b4222
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true
env:
dists-artifact-name: python-package-distributions
sdist-artifact-name-wildcard: pip-api-*.tar.gz
sdist-artifact-name-wildcard: pip_api-*.tar.gz
jobs:

lint:
Expand Down
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist=
py37-pip{2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931,193,1923,1922,1921,192,1911,191,1903,1902,1901,190,181},
py38-pip{2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931},
py39-pip{2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203},
py310-pip{2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213},
py311-pip{2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222},
py312-pip{2400,2332,2331,233,2321,232},
py38-pip{241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203,2024,2023,2022,2021,202,201,2002,2001,1931},
py39-pip{241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213,2124,2123,2122,2121,212,2113,2112,2111,211,2101,210,2034,2033,2031,203},
py310-pip{241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222,2212,2211,221,2204,2203,2202,2201,220,2131,213},
py311-pip{241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222},
py312-pip{241b1,2400,2332,2331,233,2321,232},
lint

[testenv]
Expand All @@ -14,6 +14,7 @@ deps=
pretend
pytest
virtualenv>20
pip241b1: pip==24.1b1
pip2400: pip==24.0.0
pip2332: pip==23.3.2
pip2331: pip==23.3.1
Expand Down

0 comments on commit 60b4222

Please sign in to comment.