diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 12:31:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 12:31:42 -0800 |
| commit | eccbe10b03d9bed19f5d7e373b3febf9036a4293 (patch) | |
| tree | 67233b5b0c27c3f5dd3e7470dffd35155a332e8a /test | |
| parent | 14cc4e42c665a74906193fb11fda4e6f2bf8ca39 (diff) | |
| parent | 8c577bd89b0ffa0d7abb1135a76dc7c7fcd5bd89 (diff) | |
| download | python-magic-eccbe10b03d9bed19f5d7e373b3febf9036a4293.tar.gz | |
Merge branch 'master' into redo-compat
Diffstat (limited to 'test')
| -rw-r--r-- | test/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/run.py b/test/run.py index 48203df..733db4d 100644 --- a/test/run.py +++ b/test/run.py @@ -29,5 +29,4 @@ def run_test(versions): if not found: sys.exit("No versions found: " + str(versions)) - -run_test(["python3.5", "python3.6", "python3.7", "python3.8"]) +run_test(["python3.5", "python3.6", "python3.7", "python3.8", "python3.9"]) |
