From 84a980fb0a23f47ccc2390571afdc20515d70aab Mon Sep 17 00:00:00 2001 From: Daniel Mil <84205762+mildaniel@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:25:20 -0700 Subject: [PATCH] chore: Add python3.11 to canaries (#5263) * chore: Add python3.11 to canaries * Remove python3.9 --- appveyor-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-ubuntu.yml b/appveyor-ubuntu.yml index 6d794c9676..71e91691d1 100644 --- a/appveyor-ubuntu.yml +++ b/appveyor-ubuntu.yml @@ -38,8 +38,8 @@ environment: - PYTHON_HOME: "$HOME/venv3.8/bin" PYTHON_VERSION: '3.8' - - PYTHON_HOME: "$HOME/venv3.9/bin" - PYTHON_VERSION: '3.9' + - PYTHON_HOME: "$HOME/venv3.11/bin" + PYTHON_VERSION: '3.11' install: # AppVeyor's apt-get cache might be outdated, and the package could potentially be 404.