Skip to content

Commit

Permalink
tox: add pip 25.0.1 to the envlist (#242)
Browse files Browse the repository at this point in the history
* tox: add pip 25.0.1 to the envlist

* Update tox.ini

---------

Co-authored-by: Dustin Ingram <[email protected]>
  • Loading branch information
woodruffw and di authored Feb 9, 2025
1 parent ab94fb9 commit bdfc1fe
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
[tox]
isolated_build=True
envlist=
py38-pip{250,2431,243,242,2412,2411,241,241b2,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{250,2431,243,242,2412,2411,241,241b2,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{250,2431,243,242,2412,2411,241,241b2,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{250,2431,243,242,2412,2411,241,241b2,241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222},
py312-pip{250,2431,243,242,2412,2411,241,241b2,241b1,2400,2332,2331,233,2321,232},
py313-pip{250,2431,243},
py38-pip{2501,250,2431,243,242,2412,2411,241,241b2,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{2501,250,2431,243,242,2412,2411,241,241b2,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{2501,250,2431,243,242,2412,2411,241,241b2,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{2501,250,2431,243,242,2412,2411,241,241b2,241b1,2400,2332,2331,233,2321,232,2312,2311,231,2301,230,2231,223,2222,2221,222},
py312-pip{2501,250,2431,243,242,2412,2411,241,241b2,241b1,2400,2332,2331,233,2321,232},
py313-pip{2501,250,2431,243},
lint
labels=
latest=py313-pip250
latest=py313-pip2501

[testenv]
deps=
pretend
pytest
pip2501: pip==25.0.1
pip250: pip==25.0
pip2431: pip==24.3.1
pip243: pip==24.3
Expand Down

0 comments on commit bdfc1fe

Please sign in to comment.