-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
SyntaxErrors with Python 3.2 #2239
Comments
Are these all errors you found? |
The unicode literal was added in 3.3: https://www.python.org/dev/peps/pep-0414/ |
The first one should be |
I'll fix the error in But I think we should just drop support for 3.2 for 2.4 because very few people are running Spyder there (that I know of). @spyder-ide/core-developers, what do you think? |
I say dump it! Matplotlib dropped 3.2 support recently. I've been trying to get scikit-image to drop it... |
I am 👍 on dumping it! |
But I will fix it nevertheless. The package manager has some issues right now besides that, and will get fixed soon. I am normally only testin py2.7 and py3.4 on linux and 3.3 on win (what i can get install with anaconda) |
anaconda can't get install python3.4 on win ? |
I rephrase... I normally use: Lin (2.7, 3.4) and on win (2.7, 3.3, 3.4) |
@goanpeca, don't worry about it. I'm going to follow @blink1073 advice and drop support for Python 3.2 (and 2.6 too) in our next major release. Since your contributions are planned for that release, you don't need to fix those It doesn't make sense to try to support versions which we are not able to test easily, but thanks @Arfrever for letting us know about the problem in |
👍 for dropping 2.6 and 3.2. It is coherent with the compatibility with Qt5, new-types signals... Spyder is getting some fresh air ! |
The text was updated successfully, but these errors were encountered: