mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-16 12:00:08 +01:00
mention python 3.7 in docs
This commit is contained in:
@@ -55,7 +55,7 @@ Prerequisites
|
|||||||
-------------
|
-------------
|
||||||
|
|
||||||
1. **clang compiler**, to compile the sources and have the static analyzer.
|
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
|
How to use
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -41,6 +41,7 @@ setup(
|
|||||||
"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",
|
||||||
"Topic :: Software Development :: Compilers",
|
"Topic :: Software Development :: Compilers",
|
||||||
"Topic :: Software Development :: Quality Assurance"
|
"Topic :: Software Development :: Quality Assurance"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user