summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2020-08-19 07:43:23 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2020-08-19 07:43:23 -0400
commit43d336bef68e6164a5f19de5147dcf1440008a0e (patch)
treeaa4dc7b33aa01aff060f3f61c4003b0595ae90a8
parent0317690cafce9fe56ce4be90bd3d168f9b67a0bc (diff)
downloadpyjwt-cleanup-action.tar.gz
Remove 2.7 thingscleanup-action
-rw-r--r--docs/conf.py7
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e7325af..42a978d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
import codecs
import os
import re
@@ -54,9 +53,9 @@ source_suffix = ".rst"
master_doc = "index"
# General information about the project.
-project = u"PyJWT"
-copyright = u"2015, José Padilla"
-author = u"José Padilla"
+project = "PyJWT"
+copyright = "2015, José Padilla"
+author = "José Padilla"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/tox.ini b/tox.ini
index 5fea9a0..159d7a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,6 @@ filterwarnings =
[gh-actions]
python =
- 2.7: py27
3.6: py36
3.7: py37, docs
3.8: py38, lint, manifest, typing