diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-06-11 11:08:25 +0300 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-06-12 11:21:57 +0300 |
| commit | d767a36d29aadcae26840705afce0417a7db0ad5 (patch) | |
| tree | 7991bbe5ac224fd81ad3076344992584b54ed060 /scripts | |
| parent | 5acc659aa4c9a7a2fcbd0448421fcb2a3eb00298 (diff) | |
| download | testtools-d767a36d29aadcae26840705afce0417a7db0ad5.tar.gz | |
Add support for Python 3.9
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/all-pythons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/all-pythons b/scripts/all-pythons index e131f6d..6996a44 100755 --- a/scripts/all-pythons +++ b/scripts/all-pythons @@ -89,5 +89,5 @@ def now(): if __name__ == '__main__': sys.path.append(ROOT) result = TestProtocolClient(sys.stdout) - for version in '3.5 3.6 3.7 3.8'.split(): + for version in '3.5 3.6 3.7 3.8 3.9'.split(): run_for_python(version, result, sys.argv[1:]) |
