Our CI pases on 3.7

This commit is contained in:
Hynek Schlawack 2018-02-05 12:40:24 +01:00
parent 138bfc863b
commit 93eb1e4d21
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ CLASSIFIERS = [
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",