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 support for Python 2 #147

Closed
abukaj opened this issue Sep 14, 2023 · 2 comments
Closed

Remove support for Python 2 #147

abukaj opened this issue Sep 14, 2023 · 2 comments
Assignees

Comments

@abukaj
Copy link
Member

abukaj commented Sep 14, 2023

As we do not test package for Python <3.8, I think backward compatibility code like:

if sys.version_info.major < 3:

should be removed.

@ccluri
Copy link
Collaborator

ccluri commented Dec 21, 2023

Also, no version for future package is available from 3.8 onwards. What a mess.

We have to stop support for 2 entirely. I shall create a new branch for this issue.

@ccluri ccluri self-assigned this Dec 21, 2023
@ccluri
Copy link
Collaborator

ccluri commented Dec 21, 2023

#154

@ccluri ccluri closed this as completed Dec 21, 2023
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

No branches or pull requests

2 participants