aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorPatrik Teivonen <patrik.teivonen@qt.io>2023-02-01 11:03:39 +0200
committerPatrik Teivonen <patrik.teivonen@qt.io>2023-05-04 13:04:16 +0000
commitfe80c090e9307145013a8b122cbea22a7eedf575 (patch)
tree25c41e24ffe1d9520917bd57b1194cfd9b0fb66a /Pipfile
parent57489c285487ce59d72bd39dbceb9eae4d03f570 (diff)
Update python_version to 3.11.3 in Pipfile
Pin the Python version to 3.11.3, this patch can go in after pyenv related changes are merged. Change-Id: I7d9119b9a97d5b9720224245f889ac78381c346c Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6c257e973..03893b5c0 100644
--- a/Pipfile
+++ b/Pipfile
@@ -46,4 +46,4 @@ types-aiofiles = "==0.8.0"
types-paramiko = "==2.12.0.1"
[requires]
-python_version = "3" # Pipfile doesn't support specifying minimum version (>=3.6.2)
+python_version = "3.11.3"