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: CONTRIBUTING.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
@@ -20,7 +20,7 @@ If you want to contribute to the repository, here's a quick guide:
20
20
- Only use spaces for indentation.
21
21
- Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
22
22
- Check for unnecessary whitespace with `git diff --check` before committing.
23
-
- Make sure your code supports Python 3.7, 3.8, 3.9. You can use `pyenv` and `tox` for this
23
+
- Make sure your code supports Python 3.9, 3.10, 3.11. You can use `pyenv` and `tox` for this
0 commit comments