Skip to content

Commit

Permalink
Add Python 3.9 to Docker-based verification
Browse files Browse the repository at this point in the history
  • Loading branch information
c0llab0rat0r authored and ntninja committed May 15, 2021
1 parent ca46d2a commit 91bdaba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/verify/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_VERSION

FROM python:${PYTHON_VERSION}
FROM python:${PYTHON_VERSION}-slim

RUN pip install --upgrade pip
RUN pip install tox
Expand Down
1 change: 1 addition & 0 deletions verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [ -z "$1" ]; then
validate 3.6.2
validate 3.7.2
validate 3.8.0
validate 3.9.0
else
echo "Validating only $1..."
validate "$1"
Expand Down

0 comments on commit 91bdaba

Please sign in to comment.