From fdad7a69bbcee639da4a6e9eeed98bceec40adc5 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Aug 06 2018 07:44:09 +0000 Subject: Claim Python 3.7 in README and package classifiers py37 testenv has been added and rpkg rawhide package has also been built and working with Python 3.7. Signed-off-by: Chenxiong Qi --- diff --git a/README.rst b/README.rst index c751527..8eaae0e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ This is the rpkg project, which mostly is a python library for dealing with rpm packaging in a git source control. pyrpkg is the base library that sites can subclass to create useful tools. -rpkg now can work with Python 2.6, 2.7, 3.5 and 3.6. +rpkg now can work with Python 2.6, 2.7, 3.5, 3.6 and 3.7. License ======= diff --git a/setup.py b/setup.py index cc4f418..9be8746 100755 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Build Tools', 'Topic :: Software Development :: Libraries :: Python Modules', ),