Skip to content

Commit

Permalink
Test versions with python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
graue70 committed Apr 27, 2021
1 parent e67113d commit 28b49eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{"NAME": "python3.8-alpine3.10", "PYTHON_VERSION": "3.8"},
{"NAME": "python3.7-alpine3.8", "PYTHON_VERSION": "3.7"},
{"NAME": "python3.6-alpine3.8", "PYTHON_VERSION": "3.6"},
{"NAME": "python3.9-alpine", "PYTHON_VERSION": "3.9"},
{"NAME": "python3.9-alpine3.12", "PYTHON_VERSION": "3.9"},
{"NAME": "python3.9-slim", "PYTHON_VERSION": "3.9"},
{"NAME": "python3.9", "PYTHON_VERSION": "3.9"},
]

start_with = os.environ.get("START_WITH")
Expand Down

0 comments on commit 28b49eb

Please sign in to comment.