mention python 3.7 in docs

This commit is contained in:
Laszlo Nagy
2019-01-01 13:53:58 +11:00
parent 5d7553362d
commit c8dea7a036
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ Prerequisites
-------------
1. **clang compiler**, to compile the sources and have the static analyzer.
2. **python** interpreter (version 2.7, 3.4, 3.5, 3.6).
2. **python** interpreter (version 2.7, 3.4, 3.5, 3.6, 3.7).
How to use

View File

@@ -41,6 +41,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Quality Assurance"
])