Use Python 3.10 with pipenv

This commit is contained in:
Alan Orth 2021-12-13 08:38:08 +02:00
parent de75b2ffb6
commit ab47df6031
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 7 additions and 7 deletions

View File

@ -9,4 +9,4 @@ verify_ssl = true
ansible = "*" ansible = "*"
[requires] [requires]
python_version = "3.9" python_version = "3.10"

12
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "65b615b857250757470e21fc3a4b1cdfe75b4b012c0d1d633a5ebf1988d9cb91" "sha256": "317b86105eac498eb2ff0ec57bfeb1077ed615c3ee3895d07e72708f6366314f"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.9" "python_version": "3.10"
}, },
"sources": [ "sources": [
{ {
@ -18,17 +18,17 @@
"default": { "default": {
"ansible": { "ansible": {
"hashes": [ "hashes": [
"sha256:006504b4ba5f355073e0b3f10f317a5684c0ce7a35798b18fa18fbffaedab2a6" "sha256:b47cc704bbb69fb387bdaa24a1cb0c5ef0a4253763fd3315ef93ba6ae3a5c376"
], ],
"index": "pypi", "index": "pypi",
"version": "==5.0.0" "version": "==5.0.1"
}, },
"ansible-core": { "ansible-core": {
"hashes": [ "hashes": [
"sha256:0e9049a1ab8b8c54ddc80738dc0ab2b57870be6fe4cd4e5585d471547ab74b13" "sha256:a4508707262be11bb4dd98a006f1b14817879a055e6b6c46ad9fca8894fb3073"
], ],
"markers": "python_version >= '3.8'", "markers": "python_version >= '3.8'",
"version": "==2.12.0" "version": "==2.12.1"
}, },
"cffi": { "cffi": {
"hashes": [ "hashes": [