diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10eb297..734846f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.10", "3.11" ] + python-version: ["3.12"] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/Dockerfile b/Dockerfile index 79c1870..dd2ebe0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.12 LABEL maintainer="Stéphane Bidoul" diff --git a/pyproject.toml b/pyproject.toml index 42038d4..cb0fdc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "sse-starlette", "uvicorn", ] +requires-python = "==3.12.*" dynamic = ["version", "description"] [project.optional-dependencies]