From 5334a24f1f2c8d7e5392550d2faface32db8f00e Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Sat, 16 Dec 2023 14:34:44 -0800 Subject: [PATCH] ci: pin python version to 3.11 (#141) So that dependencies don't break. Signed-off-by: Ramkumar Chinchani --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afcb1e1..43804bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - main env: - PYTHON_VERSION: 3.x + PYTHON_VERSION: 3.11 permissions: contents: read diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index feb24e3..aa9c0ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: - published env: - PYTHON_VERSION: 3.x + PYTHON_VERSION: 3.11 permissions: contents: write