summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile b/test/Dockerfile
index 462f55a2..3c5bd1a2 100644
--- a/test/Dockerfile
+++ b/test/Dockerfile
@@ -1,7 +1,7 @@
# Docker image for the rdflib test-runner.
# Use the lowest supported Python version to run tests.
-FROM python:3.6
+FROM python:3.7
COPY requirements.dev.txt .
COPY requirements.txt .