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

Update Python version to 3.13 in seed autotest schemas #7388

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Add unit tests for `marks_graders_controller` (#7382)
- Convert front-end tests from enzyme to react testing library; add `@testing-library/user-event` (#7379)
- Refactor the `Result` component and its children to use React context API (#7380)
- Update Python version to 3.13 in seed autotest schemas (#7388)

## [v2.6.1]

Expand Down
4 changes: 2 additions & 2 deletions db/data/autotest_files/jupyter/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tester_type": "py",
"env_data": {
"pip_requirements": "matplotlib numpy git+https://github.com/MarkUsProject/autotest-helpers.git#subdirectory=notebook_helper",
"python_version": "3.9"
"python_version": "3.13"
},
"test_data": [
{
Expand All @@ -26,7 +26,7 @@
{
"tester_type": "jupyter",
"env_data": {
"python_version": "3.9",
"python_version": "3.13",
"pip_requirements": "matplotlib numpy"
},
"test_data": [
Expand Down
2 changes: 1 addition & 1 deletion db/data/autotest_files/py/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"tester_type": "py",
"env_data": {
"python_version": "3.8",
"python_version": "3.13",
"pip_requirements": "hypothesis pytest-timeout"
},
"test_data": [
Expand Down
2 changes: 1 addition & 1 deletion db/data/autotest_files/pyta/specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"env_data": {
"python_version": "3.8"
"python_version": "3.13"
}
}
]
Expand Down