-
Notifications
You must be signed in to change notification settings - Fork 183
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
MPP-3487: Update to Python 3.11.10, prepare for Python 3.12, 3.13 #5167
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
9b1d6ba
Require Python 3.12 tests to pass, add 3.13 tests
jwhitlock c89dab9
Fix tests for Python 3.12
jwhitlock 38cc9e3
Disable google-cloud-profiler in Python 3.13
jwhitlock 4c3945a
Make Python doc link more generic
jwhitlock be67731
Update to Python 3.11.10
jwhitlock 8a06524
Alphabetize python_job parameters
jwhitlock 341e2cc
Sort python_job workflow params
jwhitlock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11.8 | ||
FROM python:3.11.10 | ||
|
||
ARG CIRCLE_BRANCH | ||
ARG CIRCLE_SHA1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -787,8 +787,11 @@ def test_first_forwarded_email_unknown_mask(free_api_client: APIClient) -> None: | |
|
||
|
||
def test_first_forwarded_email_success( | ||
free_api_client: APIClient, free_user: User | ||
free_api_client: APIClient, | ||
free_user: User, | ||
settings: SettingsWrapper, | ||
) -> None: | ||
settings.RELAY_FROM_ADDRESS = "[email protected]" | ||
address = free_user.relayaddress_set.create() | ||
with ( | ||
override_flag("free_user_onboarding", True), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python-3.11.8 | ||
python-3.11.10 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question (non-blocking): Should we alphabetize these? Or at least make their order consistent in each python job?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I'm ordering the
python_job
job definition, then ordering the workflow definitions:python_job.executor
parametersname
postgres_version
(as a matrix for the postgres jobs)python_version
variant
python_job
parametersallow_fail
command
executor
mypy_strict
production_with_new_migrations
pytest_fail_fast
pytest_phones_backend
test_results_filename
update_dependency
workflow
parametersfilters