diff options
author | Matt Martz <matt@sivel.net> | 2021-01-28 20:14:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 20:14:45 +0100 |
commit | c986cbb9961bfaedf1a6ae7f0c2e34be26d9ab12 (patch) | |
tree | e65042d25d4cb28738c44e889cf5e4bfa2146f99 /changelogs | |
parent | Update ansible-test default containers. (diff) | |
download | ansible-c986cbb9961bfaedf1a6ae7f0c2e34be26d9ab12.tar.xz ansible-c986cbb9961bfaedf1a6ae7f0c2e34be26d9ab12.zip |
Add Python 3.8 and Python 3.9 to the fallback list (#73405)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/py38-py39-fallback.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/py38-py39-fallback.yml b/changelogs/fragments/py38-py39-fallback.yml new file mode 100644 index 0000000000..0099c93bf1 --- /dev/null +++ b/changelogs/fragments/py38-py39-fallback.yml @@ -0,0 +1,2 @@ +minor_changes: +- Interpreter Discovery - Add Python 3.8 and Python 3.9 to the fallback list |