summaryrefslogtreecommitdiff
path: root/test/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run.py')
-rw-r--r--test/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.py b/test/run.py
index c10c11f..a57c21a 100644
--- a/test/run.py
+++ b/test/run.py
@@ -29,4 +29,4 @@ def run_test(versions):
sys.exit("No versions found: " + str(versions))
run_test(["python2", "python2.7"])
-run_test(["python3.5", "python3.6", "python3.7", "python3.8"])
+run_test(["python3.5", "python3.6", "python3.7", "python3.8", "python3.9"])