File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ YCM-generator's fake-toolchanin approach.
2121```
2222# pip install compiledb
2323```
24- - Supports Python 2.x and 3.x (for now, tested only with 2.7 and 3.6 versions)
24+ - Supports Python >= 3.3
2525- For bash completion support, add the content of ` sh-completion/compiledb.bash ` file
2626 to your ` .bashrc ` file, for example.
27- - _ ZSH completion coming soon :)_
2827
2928## Usage
3029
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ classifiers = [
3333 " Intended Audience :: Developers" ,
3434 " Topic :: Software Development :: Build Tools" ,
3535 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
36- " Programming Language :: Python :: 2" ,
37- " Programming Language :: Python :: 2.7" ,
3836 " Programming Language :: Python :: 3" ,
39- " Programming Language :: Python :: 3.6 " ,
37+ " Programming Language :: Python :: 3.3 " ,
4038 " Operating System :: OS Independent"
4139]
4240
You can’t perform that action at this time.
0 commit comments