graphql-python / graphene

GraphQL framework for Python
http://graphene-python.org/
MIT License
8.1k stars 828 forks source link

Remove Python 3.7 #1543

Closed dulmandakh closed 6 months ago

dulmandakh commented 6 months ago

Remove Python 3.6 and 3.7 as they are EOL. pytest is failing on Python 3.12, and Python 3.7 is blocker for pytest upgrade to latest version.

Python 3.6 was removed from CI in https://github.com/graphql-python/graphene/pull/1507.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.01%. Comparing base (5fb7b54) to head (2951fef).

:exclamation: Current head 2951fef differs from pull request most recent head 324ca87. Consider uploading reports for the commit 324ca87 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1543 +/- ## ======================================= Coverage 96.01% 96.01% ======================================= Files 51 51 Lines 1755 1755 ======================================= Hits 1685 1685 Misses 70 70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dulmandakh commented 6 months ago

I have no idea where 3.7 job is coming from 🤷‍♂️

dulmandakh commented 6 months ago

@erikwrede please review and merge, if its good