aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 448d81cf..5aea6dbf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,7 @@
+# When updating the Python version here, please make sure to also
+# update the contributor guide, which can be found at
+# pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md
+# Thank you!
FROM ghcr.io/owl-corp/python-poetry-base:3.11-slim
# Allow service to handle stops gracefully
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)