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

Remove py35 support #163

Merged
merged 2 commits into from
Apr 24, 2020
Merged

Remove py35 support #163

merged 2 commits into from
Apr 24, 2020

Conversation

thisac
Copy link
Contributor

@thisac thisac commented Apr 24, 2020

Context:
llvmlite no longer provide wheels for Python 3.5 causing CI tests to fail. This is easiest solved by removing support for Python 3.5 in The Walrus (which is something that is already planned).

Description of the Change:
Support for Python 3.5 is removed from The Walrus by removing it from the CI suits, documentation and setup files.

Benefits:
CI tests will work again, and Python 3.5 support will be deprecated. Also, f-strings can be used.

Possible Drawbacks:
N/A

Related GitHub Issues:
#161 and #162 can now be merged.

@thisac thisac requested review from josh146 and nquesada April 24, 2020 14:27
Copy link
Collaborator

@nquesada nquesada left a comment

Choose a reason for hiding this comment

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

Thanks so much @thisac . This looks great. Also I finally learned what f-string are, thanks for pointing this out.

@thisac
Copy link
Contributor Author

thisac commented Apr 24, 2020

Thanks so much @thisac . This looks great. Also I finally learned what f-string are, thanks for pointing this out.

No worries. f-strings are nice, and really cool. I like them! 😄

@codecov
Copy link

codecov bot commented Apr 24, 2020

Codecov Report

Merging #163 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #163   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          955       955           
=========================================
  Hits           955       955           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 078837e...e806a2d. Read the comment docs.

@thisac thisac merged commit 0e38514 into master Apr 24, 2020
@thisac thisac deleted the remove_py35_support branch April 24, 2020 16:07
@@ -160,7 +160,6 @@ def cythonize(x, compile_time_env=None):
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
Copy link
Member

Choose a reason for hiding this comment

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

Good catch!

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