Skip to content

Commit

Permalink
Merge pull request #64 from observerly/chore/dependencies/python-3-11
Browse files Browse the repository at this point in the history
chore: Upgrade to use Python v.3.11.* in Dockerfile.
  • Loading branch information
michealroberts committed Nov 17, 2022
2 parents a8acdea + 66f7426 commit 6158521
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 644 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9
FROM python:3.11-buster

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Every body, regardless of type, will have a **`constellation`**, which is calcul

### Project Requirements

- [Python](https://www.python.org/) 3.11.*
- [Docker](https://www.docker.com/).
- [Docker Compose](https://docs.docker.com/compose/install/).
- [Poetry](https://python-poetry.org/) for Python package and environment management.
Expand Down

0 comments on commit 6158521

Please sign in to comment.