Skip to content

Commit

Permalink
Drop Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenp authored Aug 11, 2020
1 parent 7b6904b commit 71b4aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(fname):

setup(
name="figpager",
version="0.21",
version="0.22",
author="Eben Pendleton",
author_email="4080051+ebenp@users.noreply.github.com",
url="https://github.com/ebenp/figpager",
Expand All @@ -38,7 +38,7 @@ def read(fname):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 71b4aba

Please sign in to comment.