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

PYTHON-5049 Drop support for PyPy 3.9 #2070

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

blink1073
Copy link
Member

No description provided.

@@ -460,15 +460,6 @@ buildvariants:
test_encryption: "true"
test_encryption_pyopenssl: "true"
PYTHON_BINARY: /opt/python/3.12/bin/python3
- name: encryption-rhel8-pypy3.9
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: there is still a pypy 3.10 variant above.

@@ -1164,17 +1135,6 @@ buildvariants:
expansions:
COVERAGE: coverage
PYTHON_BINARY: /opt/python/3.12/bin/python3
- name: test-rhel8-pypy3.9
Copy link
Member Author

Choose a reason for hiding this comment

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

Same here

@@ -133,13 +133,10 @@ def test_getattr(self):

def test_iteration(self):
coll = self.db.coll
if "PyPy" in sys.version and sys.version_info < (3, 8, 15):
msg = "'NoneType' object is not callable"
if _IS_SYNC:
Copy link
Contributor

Choose a reason for hiding this comment

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

We can remove this if-else block now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@blink1073 blink1073 requested a review from NoahStapp January 21, 2025 16:23
@blink1073
Copy link
Member Author

Link failure is unrelated, https://www.pythonanywhere.com/ appears to be down (I'll hold off on creating a ticket in case it is just temporary).

@blink1073 blink1073 merged commit 2ff2fde into mongodb:master Jan 21, 2025
43 of 45 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.

2 participants