Skip to content

Commit

Permalink
Update required Python version
Browse files Browse the repository at this point in the history
Include a note to update the contributor guide in the Dockerfile
instruction pinning the Python version as well.
  • Loading branch information
jchristgit committed Dec 4, 2023
1 parent f8d9f5e commit 83fd706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83fd706

Please sign in to comment.