-
Notifications
You must be signed in to change notification settings - Fork 61
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 3.2 support #61
Conversation
Current coverage is 95.02% (diff: 100%)@@ master #61 diff @@
==========================================
Files 3 3
Lines 703 703
Methods 0 0
Messages 0 0
Branches 114 114
==========================================
Hits 668 668
Misses 20 20
Partials 15 15
|
+1 to drop Python 3.2 and Python 2.6 support. What do you think about doing that after a release? Is cssselect ready for 1.0 release now? |
@kmike , one thing I realized now is that with #60 (and with scrapy/parsel especially), translation of things like with cssselect 0.9.2
with cssselect from master:
This is scrapy-specific but it may annoy some users. About the rest, what about #34 ? |
|
It's the decendant combinator |
It looks like current
|
@kmike , I'll work on reverting the decendant combinator change. |
FTR, parsel fails its test suite with #60 https://travis-ci.org/scrapy/parsel/builds/159389010 |
This started as a fix for Travis-CI builds and py.test>=3.0
See http://doc.pytest.org/en/latest/changelog.html
and pytest-dev/pytest#1627
But we might as well drop python 3.2 support as it's not very commonly used.
See pypa/pip#3796
An alternative is to force py.test<3.0: #62