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: README.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
@@ -11,7 +11,7 @@ It includes `pytest` for testing plus the `pytest-cov` plugin to measure coverag
11
11
12
12
The checks and tests are all run using Github actions on every pull request and merge to main.
13
13
14
-
This repository is setup for Python 3.11. To customize that:
14
+
This repository is setup for Python 3.11. To change the version:
15
15
1. Change the `image` argument in `.devcontainer/devcontainer.json` (see [https://github.com/devcontainers/images/tree/main/src/python](https://github.com/devcontainers/images/tree/main/src/python#configuration) for a list of pre-built Docker images)
16
16
1. Change the config options in `.precommit-config.yaml`
17
17
1. Change the version number in `.github/workflows/python.yaml`
0 commit comments