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',