-
Notifications
You must be signed in to change notification settings - Fork 159
Test on Python 3.8, drop 3.3 and 3.4 #133
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
Conversation
Can you add the Python 3.8 classifier to setup.py? Would be nice to see a release with Python 3.8 support. |
Done |
@Tinche Can you please merge this in so it can support py3.8? Also when is a release going to be done(tagged) with py3.8 support? |
I think it would be nicer to have this rebased on master, so that e.g. 0f86f79 was not necessary (a fixup after master was merged into it). |
I plan on pulling this in before the next release, so soon! Could I ask that merge conflicts are fixed please @asvetlov |
@Tinche there are no more conflicts, could you merge it to unblock the release? |
There are still conflicts :) |
@fulaphex I'm guessing that was the state at the time of the last push, not current state |
Even for me it is saying there are no conflicts |
I tried to rebase this branch on master and ended up in rebase hell, but squash merging it worked fine. I've created a PR #152 which is effectively a rebase-and-squash of this PR (including proper attribution). Hope this helps to unblock the next release. |
Superceded by #152. |
Fixes #129
@Tinche please review