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

Drop Python 2.6 #165

Closed
d0ugal opened this issue Oct 18, 2014 · 5 comments
Closed

Drop Python 2.6 #165

d0ugal opened this issue Oct 18, 2014 · 5 comments
Milestone

Comments

@d0ugal
Copy link
Member

d0ugal commented Oct 18, 2014

We should aim to drop Python 2.6, probably not in the next release, but the one after, or before 1.0 at least.

  • We have a number of hacks in place to deal with posixpath problems.
  • Python Markdown has dropped Python 2.6 support, so we currently can't use the latest version

Doing this will involve:

  • Updating docs
  • Removing 2.6 test runs
  • Removing 2.6 hacks/fixes
@ngzhian
Copy link
Contributor

ngzhian commented Nov 14, 2014

Afaik, the places where we have fixes for 2.6 are:
1. nav.py#95
2. nav.py#103

@d0ugal
Copy link
Member Author

d0ugal commented Apr 22, 2015

Given that we have relaxed the python-markdown requirement on pythons greater than 2.6 I don't see a huge rush to do this. We may want to do this for python-markdown version 3 or mkdocs version 1

Changing the milestone to think about this later.

@d0ugal
Copy link
Member Author

d0ugal commented Jun 28, 2015

I am going to start moving towards this. Support will be dropped in MkDocs 1.0. We will display a warning to users in 0.15 and above if they are running Python 2.6.

@tomchristie
Copy link
Member

👍

@d0ugal
Copy link
Member Author

d0ugal commented Jul 10, 2015

Mock also now doesn't support Python 2.6. #688

waylan added a commit to waylan/mkdocs that referenced this issue Mar 15, 2017
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Closes mkdocs#165.
waylan added a commit to waylan/mkdocs that referenced this issue Mar 15, 2017
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Closes mkdocs#165.
waylan added a commit that referenced this issue Mar 15, 2017
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Closes #165.
@waylan waylan closed this as completed Mar 16, 2017
waylan added a commit to waylan/mkdocs that referenced this issue Mar 16, 2017
waylan added a commit to waylan/mkdocs that referenced this issue Mar 16, 2017
waylan added a commit to waylan/mkdocs that referenced this issue Sep 28, 2017
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Closes mkdocs#165.
waylan added a commit to waylan/mkdocs that referenced this issue Sep 28, 2017
waylan added a commit that referenced this issue Oct 1, 2017
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Closes #165.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants