Skip to content

Drop Python 2.6 Support#427

Merged
jmchilton merged 1 commit intogalaxyproject:masterfrom
jmchilton:drop_python_26
Mar 29, 2016
Merged

Drop Python 2.6 Support#427
jmchilton merged 1 commit intogalaxyproject:masterfrom
jmchilton:drop_python_26

Conversation

@jmchilton
Copy link
Copy Markdown
Member

As announced on -dev.

😢

Add warning if trying to run setup.py on older Python's as suggested by @peterjc.
@peterjc
Copy link
Copy Markdown
Contributor

peterjc commented Mar 29, 2016

Can we add something like this to setup.py as well please?

if sys.version_info < (2, 7):
    sys.stderr.write("ERROR: planemo requires at least Python Version 2.7\n")
    sys.exit(1)

Comment thread setup.py
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 3.4 is missing here.

@jmchilton
Copy link
Copy Markdown
Member Author

@peterjc Done, thanks for the suggestion.

@nsoranzo Let's wait until the tests consistently pass before adding that. It is definitely the goal though.

@jmchilton jmchilton merged commit ee31d30 into galaxyproject:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants