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.
21
21
```
22
22
# pip install compiledb
23
23
```
24
- - Supports Python 2.x and 3.x (for now, tested only with 2.7 and 3.6 versions)
24
+ - Supports Python >= 3.3
25
25
- For bash completion support, add the content of ` sh-completion/compiledb.bash ` file
26
26
to your ` .bashrc ` file, for example.
27
- - _ ZSH completion coming soon :)_
28
27
29
28
## Usage
30
29
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ classifiers = [
33
33
" Intended Audience :: Developers" ,
34
34
" Topic :: Software Development :: Build Tools" ,
35
35
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
36
- " Programming Language :: Python :: 2" ,
37
- " Programming Language :: Python :: 2.7" ,
38
36
" Programming Language :: Python :: 3" ,
39
- " Programming Language :: Python :: 3.6 " ,
37
+ " Programming Language :: Python :: 3.3 " ,
40
38
" Operating System :: OS Independent"
41
39
]
42
40
You can’t perform that action at this time.
0 commit comments