diff options
author | Jürgen Gmach <juergen.gmach@googlemail.com> | 2020-10-28 10:31:42 +0100 |
---|---|---|
committer | Jürgen Gmach <juergen.gmach@googlemail.com> | 2020-10-28 10:31:42 +0100 |
commit | 2c137f13e684f8b56d27bf0b485c7cf88354353d (patch) | |
tree | 7926abe9ad0341aa445738a5a60b61cda961c9ff | |
parent | f33336fc91cbc8333808679d06365dcaad230df5 (diff) | |
download | zope-exceptions-2c137f13e684f8b56d27bf0b485c7cf88354353d.tar.gz |
Use Python 3.9 final
Committed via https://github.com/asottile/all-repos
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73fd48b..f688e02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - 3.6 - 3.7 - 3.8 - - 3.9-dev + - 3.9 - pypy - pypy3 jobs: |