From 5d7099f722a4bff3100720781547d2a38930eea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:46:56 +0100 Subject: Add support for Python 3.9 --- test/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"]) -- cgit v1.2.1