Skip to content

Commit

Permalink
update to python 3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed May 3, 2024
1 parent a2e5d8f commit 74064f4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.3
3.12.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11.3-slim-buster as base
FROM python:3.12.3-slim-bookworm as base

# Setup ENV variables here (if needed in the future)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ flyctl deploy

### Pre-requisites

1. [pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) and python 3.11.3
1. [pyenv](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation) and python 3.12.3
2. [poetry](https://python-poetry.org/docs/)
3. [poe](https://github.com/nat-n/poethepoet)

Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
readme = "README.md"

[tool.poetry.dependencies]
python = "3.11.3"
python = "3.12.3"
python-telegram-bot = { extras = ["webhooks"], version = "^21.1.1" }
pydantic = "^2.7.1"
pydantic-settings = "^2.2.1"
Expand Down

0 comments on commit 74064f4

Please sign in to comment.