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

Change supported PyPy versions to 3.9 and 3.10. #6087

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

wRAR
Copy link
Member

@wRAR wRAR commented Oct 5, 2023

No description provided.

@wRAR wRAR added the CI label Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #6087 (2b3fa96) into master (5b0b002) will not change coverage.
The diff coverage is n/a.

❗ Current head 2b3fa96 differs from pull request most recent head 1796dba. Consider uploading reports for the commit 1796dba to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6087   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files         163      163           
  Lines       11571    11571           
  Branches     1876     1876           
=======================================
  Hits        10293    10293           
  Misses        969      969           
  Partials      309      309           

@@ -38,7 +41,7 @@ jobs:
- python-version: 3.8.17
env:
TOXENV: asyncio-pinned
- python-version: pypy3.8
- python-version: 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.

Not sure about this: this fails because the pinned cryptography is probably too old for 3.9, but pypy3.8 is no longer supported. OTOH in the docs we say that we require Python 3.8+, either CPython or PyPy.

Copy link
Member

Choose a reason for hiding this comment

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

I would keep it in pypy3.8 is the CI allows it.

Otherwise, we can upgrade the minimum crypto, or require a higher one for 3.9+, and update the docs accordingly.

@wRAR wRAR changed the title Change support PyPy versions to 3.9 and 3.10. Change supported PyPy versions to 3.9 and 3.10. Oct 6, 2023
@Gallaecio Gallaecio merged commit c655679 into scrapy:master Oct 6, 2023
26 checks passed
@wRAR wRAR deleted the pypy-update branch October 6, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants