From e33c4e3b068f9ff5ce25e1ac907fa392f711dc61 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 2 Jul 2018 00:03:28 +0200 Subject: [PATCH] Update classifiers and README about Python 3 --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bb53bbc4..3cfaced9 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ The idea behind Sigal is to ease the use of the javascript libraries like galleria_. These libraries do a great job to display the images, Sigal does what is missing: resize images, create thumbnails, generate HTML pages. -Sigal is compatible with Python 2.7 and 3.3+. +Sigal is compatible with Python 3.5+. Links : diff --git a/setup.py b/setup.py index 4b5ffb48..e2a5b07e 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Multimedia :: Graphics :: Viewers', 'Topic :: Software Development :: Libraries :: Python Modules',