From 2e240fd243626e8fd6b50bd58042ee1310984ca2 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Thu, 6 Jul 2023 16:57:36 -0500 Subject: [PATCH] chore: change Python version to 3.10.6 (#44) The Python version has been changed from 3.10.10 to 3.10.6. This change may include bug fixes, performance improvements, or compatibility enhancements provided by the new Python version. --- .python-version | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index d5cd4cc..ac957df 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.10 +3.10.6 diff --git a/runtime.txt b/runtime.txt index 9769138..7a33c42 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.10.10 +python-3.10.6