diff options
author | 2023-12-04 10:26:23 +0100 | |
---|---|---|
committer | 2023-12-04 10:26:23 +0100 | |
commit | 83fd70647cebdccf23e892c3d462c613e3674784 (patch) | |
tree | 58c2bb9fa126e34233426d5483283daab70ac0ff /pydis_site/apps/content/resources | |
parent | Merge pull request #1156 from python-discord/dependabot/pip/psycopg-3.1.14 (diff) |
Update required Python version
Include a note to update the contributor guide in the Dockerfile
instruction pinning the Python version as well.
Diffstat (limited to 'pydis_site/apps/content/resources')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md index b1ed54b8..2515d07f 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md @@ -9,7 +9,7 @@ You should have already forked the [`site`](https://github.com/python-discord/si ### Requirements -- [Python 3.10](https://www.python.org/downloads/) +- [Python 3.11](https://www.python.org/downloads/) - [Poetry](https://python-poetry.org/docs/#installation) - `pip install poetry` - [Git](https://git-scm.com/downloads) |