Skip to content

Commit

Permalink
Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Oct 6, 2023
1 parent c475f6f commit abc6e38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.16
3.9.16
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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ werkzeug = "==2.0.3"
wtforms = "==2.3.3"

[requires]
python_version = "3.8"
python_version = "3.9"

0 comments on commit abc6e38

Please sign in to comment.