-
Notifications
You must be signed in to change notification settings - Fork 182
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
Conversation
name: python 3.12 test | ||
python_version: "3.12" | ||
python_version: "3.12.7" | ||
command: pytest | ||
pytest_fail_fast: true | ||
test_results_filename: pytest-python-3-12.xml | ||
filters: *default_filters |
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
- (matrix could go here since it is a workflow parameter)
Sort params by: * python_job.executor parameters, alpha sorted * python_job parameters, alpha sorted * filters
MPP-3487: Update to Python 3.11.10, prepare for Python 3.12, 3.13
DRAFT
Prepare for the next round of Python updates.