Skip to content

Commit 91bdaba

Browse files
c0llab0rat0rntninja
authored andcommitted
Add Python 3.9 to Docker-based verification
1 parent ca46d2a commit 91bdaba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/verify/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION
22

3-
FROM python:${PYTHON_VERSION}
3+
FROM python:${PYTHON_VERSION}-slim
44

55
RUN pip install --upgrade pip
66
RUN pip install tox

verify.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ -z "$1" ]; then
1313
validate 3.6.2
1414
validate 3.7.2
1515
validate 3.8.0
16+
validate 3.9.0
1617
else
1718
echo "Validating only $1..."
1819
validate "$1"

0 commit comments

Comments
 (0)