Skip to content

Commit d1adcd1

Browse files
committed
fixup! Fix python version in pyproject.toml
1 parent 29c9f9c commit d1adcd1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)