Remove support for Python 2.7
authorDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 19:05:24 +0000 (12:05 -0700)
committerDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 19:05:24 +0000 (12:05 -0700)
.github/workflows/python-package.yml
HISTORY.rst
tox.ini

index a5da4621d6733676ee76ad2638de82d919f02e87..f6f30601383adb12dd68d2872b5b08932746b5ab 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       matrix:
         # operating-system: [ubuntu-latest, windows-latest, macos-latest]
         operating-system: [ubuntu-latest, windows-latest]
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
+        python-version: [3.5, 3.6, 3.7, 3.8]
 
     steps:
     - uses: actions/checkout@v2
index f79a5d660598bff673b5e0d224a9467cb8f819bf..c481044fedd28a8dd9e1734c87c87a0afdd72dc3 100644 (file)
@@ -3,6 +3,12 @@
 History
 -------
 
+2.0 (2020-09-21)
+++++++++++++++++++
+
+* Remove formal support for Python 2.7
+* Convert RST to MD
+
 1.5.2 (2020-09-21)
 ++++++++++++++++++
 
diff --git a/tox.ini b/tox.ini
index 3beb37b839fcad54e064d55621632aebff0d1fd6..a1b4751da3890422398ec05595a2e65c686dc4cf 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27, py35, py36, py37, py38
+envlist = py35, py36, py37, py38
 
 [testenv]
 setenv =