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

Use math.gcd instead of fractions.gcd in order to be compatible with Python 3.9 #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

simonhessner
Copy link

@simonhessner simonhessner commented Aug 26, 2021

When using the current version of the repository with Python 3.9, the fractions.gcd function can't be found. This is because this function was deprecated in Version 3.5 and has been moved to the math module: https://docs.python.org/3.8/library/fractions.html#fractions.gcd

This PR fixes the problem and works well with Python 3.9.

@bertsky bertsky mentioned this pull request Mar 23, 2022
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.

None yet

1 participant