From 1523dc4cf20ca3e384040968472030f784ad8380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fa=20Ya=C4=9Fc=C4=B1zeybek?= <49113914+dogayagcizeybek@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:54:44 +0300 Subject: [PATCH] bugfix: fix .venv file version to 3.8 (#946) --- venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv.sh b/venv.sh index 17f58bf..aa23099 100755 --- a/venv.sh +++ b/venv.sh @@ -1 +1 @@ -python3 -m venv .venv +python3.8 -m venv .venv