Skip to content

Commit

Permalink
Update Python version to 3.13 in seed autotest schemas (#7388)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu authored Jan 21, 2025
1 parent 610cff3 commit cae433b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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

0 comments on commit cae433b

Please sign in to comment.