Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Drop Python 3.6 and Update Dependencies #801

Merged
merged 5 commits into from Aug 5, 2022
Merged

Conversation

trickeydan
Copy link
Contributor

Checklist

  • I have updated the relevant documentation
  • I have added the semver-major, semver-minor or semver-patch label as appropriate
  • I would like multiple reviewers to approve my code before merging

Why do you want to make these changes?

Python 3.6 is EOL and we have already stopped testing it.

Which parts of the codebase do your changes affect?

Everything I suppose.

How do your changes affect student or volunteer experience?

Not in any way that we are aware of. SourceBots is running 3.7 and SR is running 3.9

Are your changes related to any existing issues or PRs? How so?

#763

Python 3.6 has been EOL since December, so we will no longer support it
This was done automatically using v2.37.2 of pyupgrade, using the following command:

`find . -name "*.py" | xargs pyupgrade --py37-plus`
@trickeydan trickeydan added the semver-major This change requires an increment in the manor version number label Aug 5, 2022
@codeclimate
Copy link

codeclimate bot commented Aug 5, 2022

Code Climate has analyzed commit 683fbef and detected 0 issues on this pull request.

View more on Code Climate.

@trickeydan trickeydan merged commit f072982 into main Aug 5, 2022
@trickeydan trickeydan deleted the dgt/drop-python36 branch August 5, 2022 19:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
semver-major This change requires an increment in the manor version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant