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

Push minimal supported python version #851

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Push minimal supported python version #851

merged 3 commits into from
Jun 20, 2024

Conversation

terrorfisch
Copy link
Member

Closes #835

Copy link

github-actions bot commented Jun 20, 2024

Test Results

    3 files      3 suites   2m 36s ⏱️
1 203 tests 1 142 ✅  61 💤 0 ❌
3 609 runs  3 426 ✅ 183 💤 0 ❌

Results for commit e502116.

♻️ This comment has been updated with latest results.

@terrorfisch
Copy link
Member Author

terrorfisch commented Jun 20, 2024

Of course gmpy2 now causes problems now that we made it a hard dependency

aleaxit/gmpy#446

gmpy release 2.2 will fix this. We will depend on the release candidate until then :)

@terrorfisch
Copy link
Member Author

Apparently we use the deprecated assertEquals. Deprecation warnings should be hard errors in our tests and this alias was deprecated since python 3. Weird

@terrorfisch terrorfisch merged commit 414d913 into master Jun 20, 2024
6 checks passed
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.

Increase minimal python version to 3.10
1 participant