-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dotted Python version not fully supported #167
Comments
The problem seems to be that |
Can you try the latest version instead? |
I am testing with 0.10.0, I was just stating that it should work starting from 0.9.3 according to the release notes.
I'll have a look. |
So, I tried to run
|
Can this just be merged @pombredanne so I could test it as part of a new release? |
@sschuberth re:
I would prefer not merging broken code... you can test it anyway using: |
Uhm, how about adding test for that which run in CI as part of PR checks?
Thanks, but how does the source code archive help me if I can't build |
Although as of version 0.9.3 "dotted" Python versions, like "2.7", should be supported in addition to "27", it seems that at least for analyzing
setup.py
it's not supported.Running
on any
setup.py
file gives(Note the double-dot ".." in there), whereas using
--python-version 27
succeeds.The text was updated successfully, but these errors were encountered: