Skip to content
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

AppVeyor always fails because Python 2.6 does not support set comprehensions #1138

Closed
cclauss opened this issue Feb 26, 2018 · 3 comments
Closed

Comments

@cclauss
Copy link
Contributor

cclauss commented Feb 26, 2018

Python 2.6 reached its end of life 4+ years ago.

@cclauss cclauss changed the title AppVeyor always fails because falke8 no longer supports Python 2.6 AppVeyor always fails because setuptools no longer supports Python 2.6 Feb 26, 2018
@cclauss
Copy link
Contributor Author

cclauss commented Apr 4, 2018

Traceback (most recent call last):
  File "c:\python26\Lib\runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "c:\python26\Lib\runpy.py", line 34, in _run_code
    exec code in run_globals
  File "C:\projects\virtualenv\.tox\py\Scripts\pip.EXE\__main__.py", line 5, in <module>
  File "c:\projects\virtualenv\.tox\py\lib\site-packages\pip\_internal\__init__.py", line 42, in <module>
    from pip._internal import cmdoptions
  File "c:\projects\virtualenv\.tox\py\lib\site-packages\pip\_internal\cmdoptions.py", line 16, in <module>
    from pip._internal.index import (
  File "c:\projects\virtualenv\.tox\py\lib\site-packages\pip\_internal\index.py", line 526
    {str(c.version) for c in all_candidates},
                      ^
SyntaxError: invalid syntax

@cclauss cclauss changed the title AppVeyor always fails because setuptools no longer supports Python 2.6 AppVeyor always fails because Python 2.6 does not support set comprehensions Apr 4, 2018
@hugovk
Copy link
Contributor

hugovk commented Oct 30, 2018

@cclauss This can now be closed, Python 2.6 was dropped in #1175.

@gaborbernat
Copy link
Contributor

we also moved to Azure

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants