diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 98c529f..97e8f81 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: # Linux runner runs-on: ubuntu-latest # Container image that the job will run in - container: python:3.10 + container: python:3.14 # Service containers services: diff --git a/Dockerfile b/Dockerfile index 73fcb70..99086fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-bookworm +FROM python:3.14-bookworm WORKDIR /workspace RUN apt-get update