diff options
| author | Jelmer Vernooij <jelmer@jelmer.uk> | 2023-03-14 10:57:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 10:57:49 +0000 |
| commit | edb7847b08d6be9f145e4cf2f12abc6a6299ea54 (patch) | |
| tree | 4974a7b385917d5a858926419547b2a5d7636c7e /scripts | |
| parent | 1f9eda5c924596611a0e657b1e444cb2c426d0cf (diff) | |
| parent | 54410b5d2396ea9ef0cd03925fa3d8dbc83b58a5 (diff) | |
| download | testtools-edb7847b08d6be9f145e4cf2f12abc6a6299ea54.tar.gz | |
Merge pull request #343 from cjwatson/py311
Finish adding support for Python 3.11
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 28793ec..9d84425 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.6 3.7 3.8 3.9 3.10'.split(): + for version in '3.6 3.7 3.8 3.9 3.10 3.11'.split(): run_for_python(version, result, sys.argv[1:]) |
