diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2022-06-14 15:31:46 +0200 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2022-06-14 16:06:09 +0200 |
commit | 874296e117af3730a338c184f9fe5a4382fc5024 (patch) | |
tree | 3bce2857c92fb19e4f449299714285af562d2648 | |
parent | bdcd08008afe53b47cef8845aa6f8056e9e0e905 (diff) | |
download | debian-ansible-core-874296e117af3730a338c184f9fe5a4382fc5024.zip |
Run autopkgtests against python 3.10
-rwxr-xr-x | debian/tests/unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/unit b/debian/tests/unit index f7dd501d..9f37febe 100755 --- a/debian/tests/unit +++ b/debian/tests/unit @@ -2,5 +2,5 @@ /usr/bin/ansible-test units \ --python-interpreter /usr/bin/python3 \ - --python 3.9 \ + --python 3.10 \ --local |