From 20171bf398c94fcfdf0c1972bcbe6bfb5f4d1d51 Mon Sep 17 00:00:00 2001 From: FileMagic <22534836+FileMagic@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:55:13 -0400 Subject: [PATCH] Update to python 3.8 --- .circleci/config.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d012d33..547c2941 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 jobs: st2docs: docker: - - image: circleci/python:3.6 + - image: circleci/python:3.8 steps: - checkout - run: diff --git a/Makefile b/Makefile index 708dda96..7ca5f2f6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DOC_BUILD_DIR := docs/build BINARIES := bin -PYTHON_VERSION := python3.6 +PYTHON_VERSION := python3.8 # All components are prefixed by st2 COMPONENTS := $(wildcard st2*)