Skip to content

Commit

Permalink
mention python 3.7 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizsotto committed Jan 1, 2019
1 parent 5d75533 commit c8dea7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"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"
])

0 comments on commit c8dea7a

Please sign in to comment.