From 9d71477298a074247f16c6aa33f0dab3aaaf83d7 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Wed, 24 Jul 2024 15:40:05 -0300 Subject: [PATCH] fix: upgrade to python 3.12 --- .github/workflows/ci.yml | 4 ++-- .python-version | 2 +- Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd81b71..04a2357 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v3 id: setup-python with: - python-version: 3.9 + python-version: 3.12 - name: Install Poetry uses: snok/install-poetry@v1 @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-python@v3 id: setup-python with: - python-version: 3.9 + python-version: 3.12 - name: Install Poetry uses: snok/install-poetry@v1 diff --git a/.python-version b/.python-version index 6bd1074..455808f 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9.1 +3.12.4 diff --git a/Dockerfile b/Dockerfile index 73f685f..b0e8bad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim-bullseye +FROM 3.12-slim-bookworm EXPOSE 9808 ENV PYTHONUNBUFFERED 1