Skip to content

Commit

Permalink
Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Sep 18, 2023
1 parent c475f6f commit 2586115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=16
ARG PYTHON_VERSION=3.8
ARG PYTHON_VERSION=3.9

FROM python:$PYTHON_VERSION

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REPO := amancevice/superset
PYTHON_VERSION := 3.8
PYTHON_VERSION := 3.9
SUPERSET_VERSION := 2.1.1

build: requirements-dev.txt
Expand Down

0 comments on commit 2586115

Please sign in to comment.