We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c28e39 commit ee0a800Copy full SHA for ee0a800
setup.py
@@ -17,7 +17,7 @@
17
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",
18
license="Boost",
19
keywords="C++, declaration parser, gccxml",
20
- install_requires=["Python >= 2.7"],
+ install_requires=["Python>=2.6"],
21
packages=["pygccxml",
22
"pygccxml.declarations",
23
"pygccxml.parser",
0 commit comments