From abc6e38a01742e503ae3935396bee28f78ad332a Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Mon, 18 Sep 2023 09:44:05 -0400 Subject: [PATCH] Python 3.9 --- .python-version | 2 +- Dockerfile | 2 +- Makefile | 2 +- Pipfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.python-version b/.python-version index eee6392d..9f3d4c17 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.8.16 +3.9.16 diff --git a/Dockerfile b/Dockerfile index 30eb0b09..e06fe084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG NODE_VERSION=16 -ARG PYTHON_VERSION=3.8 +ARG PYTHON_VERSION=3.9 FROM python:$PYTHON_VERSION diff --git a/Makefile b/Makefile index 9e11cf07..c12cc555 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REPO := amancevice/superset -PYTHON_VERSION := 3.8 +PYTHON_VERSION := 3.9 SUPERSET_VERSION := 2.1.1 build: requirements-dev.txt diff --git a/Pipfile b/Pipfile index 25863c6e..dd47306c 100644 --- a/Pipfile +++ b/Pipfile @@ -43,4 +43,4 @@ werkzeug = "==2.0.3" wtforms = "==2.3.3" [requires] -python_version = "3.8" +python_version = "3.9"