summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-13 10:28:02 -0800
committerGitHub <noreply@github.com>2021-01-13 10:28:02 -0800
commit4274a794423424c2ba7033f82bf1e9224bbba875 (patch)
tree87868fc9f7fa0b1556930a3a9648c27c05054376 /test
parenta96081edc65ddcf20599b3fa1ef72eb2c55f1055 (diff)
parent5d7099f722a4bff3100720781547d2a38930eea3 (diff)
downloadpython-magic-4274a794423424c2ba7033f82bf1e9224bbba875.tar.gz
Merge pull request #229 from eumiro/py39
Add support for Python 3.9
Diffstat (limited to 'test')
-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"])