diff options
author | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2022-10-24 23:57:54 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-10-24 17:29:36 -0700 |
commit | e7b39bd1bd1f0d3c3a83e3314eed58769ff8d915 (patch) | |
tree | 5ab64abe8f2740cbefe139a023531811fa2b5ec8 /changelogs | |
parent | 19b56e7f32e31b9f77f72751155394a81b760a86 (diff) | |
download | ansible-e7b39bd1bd1f0d3c3a83e3314eed58769ff8d915.tar.gz |
[stable-2.11] Restrict `wheel` below v0.38.0 under Pythons < 3.7 (#79187)
* Restrict `wheel` below v0.38.0 under Pythons < 3.7
* Add a change note for PR #79187
* Update changelogs/fragments/79187--wheel-0.38.0.yml
Co-authored-by: Matt Clay <matt@mystile.com>
* Use constraints file when installing wheel.
Co-authored-by: Matt Clay <matt@mystile.com>.
(cherry picked from commit a76bbb18a5a80cda0d9683677aa8d5cd8a2e6093)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/79187--wheel-0.38.0.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/79187--wheel-0.38.0.yml b/changelogs/fragments/79187--wheel-0.38.0.yml new file mode 100644 index 0000000000..62543e1868 --- /dev/null +++ b/changelogs/fragments/79187--wheel-0.38.0.yml @@ -0,0 +1,2 @@ +bugfixes: + - ansible-test - Add ``wheel < 0.38.0`` constraint for Python 3.6 and earlier. |