diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 98c529f..a0c415d 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.13 # Service containers services: diff --git a/Dockerfile b/Dockerfile index 354b461..798e227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-buster +FROM python:3.11-buster WORKDIR /workspace RUN apt-get update