Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

README.md: Set minimum Python >= 3.8 #453

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 5, 2023

if sys.version_info[:2] < (3, 8):

@Kibalchish47
Copy link

Is this change necessary?

@cclauss
Copy link
Contributor Author

cclauss commented Nov 5, 2023

Is this change necessary?

Yes.

Supporting five versions of CPython and two versions of PyPy is probably enough complexity.

Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

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

Thanks!

@certik certik merged commit b0f15af into symengine:master Nov 5, 2023
19 checks passed
@cclauss cclauss deleted the patch-1 branch November 5, 2023 15:51
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants