Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Update to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
le717 committed Dec 9, 2021
1 parent 1b954da commit bf88efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.10-slim

# Set any env values we need
ENV PYTHONPATH=/app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Install

1. Install Python 3.9+ and [Poetry](https://poetry.eustace.io/) 1.1.0+
1. Install [Python](https://www.python.org) 3.10+ and [Poetry](https://poetry.eustace.io/) 1.1.0+
1. Set missing configuration keys in appropriate `configuration/*.json` files
1. Run `poetry install`
1. Launch the app using the provided VS Code launch configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Caleb <le717@users.noreply.github.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
webargs = "^8.0.1"
flask = "^2.0.2"
gunicorn = "20.1.0"
Expand Down

0 comments on commit bf88efb

Please sign in to comment.