Update to add Python 3.7 and remove 3.3
authorDaniel <daniel.greenfeld@britecore.com>
Tue, 31 Jul 2018 15:47:51 +0000 (08:47 -0700)
committerDaniel <daniel.greenfeld@britecore.com>
Tue, 31 Jul 2018 15:47:51 +0000 (08:47 -0700)
.travis.yml
HISTORY.rst
setup.py
tox.ini

index 0fe543ef72799515317f96d706804805edd26f7a..1d7f26a370954f0183b343516d92d1e7dd9a0f6a 100644 (file)
@@ -3,10 +3,10 @@ sudo: false
 language: python
 
 python:
+  - "3.7"  
   - "3.6"  
   - "3.5"
   - "3.4"
-  - "3.3"
   - "2.7"
   - "pypy"
 
index d7f06b55bad36db95b83c02a2f900653db62a151..3192806a42648b8c3cf7f216a90583a1fd35c276 100644 (file)
@@ -3,6 +3,12 @@
 History
 -------
 
+1.4.3 (2018-07-31)
+++++++++++++++++++
+
+* Added formal support for Python 3.7
+* Removed formal support for Python 3.3
+
 1.4.2 (2018-04-08)
 ++++++++++++++++++
 
index bb1ff664ea7fca99071a3e80010a1c8ef98a7630..3ad0ac946ebcfc32e157a8537666ff0e2a9a58b2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,9 +50,9 @@ setup(
         "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7"
     ],
 )
diff --git a/tox.ini b/tox.ini
index 4f94c9bdc001952ca073b2e2258ac775ff2b9af1..9d7c8b310e99e996d0d66908d6d1df02ac85344d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27, py33, py34, py35, py36
+envlist = py27, py34, py35, py36, py37
 
 [testenv]
 setenv =