From f14b61a7daecfbfd217be2319641ba5dfbd87420 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Wed, 27 Jun 2018 23:49:59 -0700 Subject: Add Python 3.7 support (#162) Python 3.7 was just released [1]. This is a small change to enable support in pysnmp. [1] https://docs.python.org/3.7/whatsnew/3.7.html Signed-off-by: Eric Brown --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 56f9a710..4f9d4f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" - "nightly" # - "pypy" # - "pypy3" -- cgit v1.2.1