You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PYTHON_SUPPORT_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document walks developers through how to add support for new major & minor
4
4
5
5
### Update Python versions supported in OpenSearch Benchmark
6
6
7
-
Make changes to the following files and open a PR titled "Update Python versions supported to `<list of Python versions this PR plans to support>`.
7
+
Make changes to the following files and open a PR titled "Update Python versions supported to `<list of Python versions this PR plans to support>`".
8
8
9
9
*`.ci/variables.json`: Update Python variables and `MIN_PY_VER` as needed.
10
10
* For example: If OSB needs to add support for Python `3.12`, ensure there is a `PY312` variable and make it set to the latest patch release of Python `3.12`, such as `3.12.11`.
0 commit comments