From d6afbcd3758fca99f08d78d531c2169a2f5ca604 Mon Sep 17 00:00:00 2001 From: Lam Le Date: Tue, 29 Oct 2024 16:08:33 +0700 Subject: [PATCH] [f] Upgrade Python version to 3.11 in cron.yml --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index b761f83..a2d1c58 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -7,7 +7,7 @@ on: env: CI: true - PYTHON_VERSION: 3.9 + PYTHON_VERSION: 3.11 PIPENV_VENV_IN_PROJECT: true SCRAPY_SETTINGS_MODULE: city_scrapers.settings.prod WAYBACK_ENABLED: true