From 8bfd89d2b632c44193847edee155fb86a933134b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Sat, 9 Dec 2023 11:00:44 +0100 Subject: [PATCH] ci: update python & ubuntu versions --- .github/workflows/test.yml | 2 +- app/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdab50b1c..e4c53cd74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false # don't cancel if a job from the matrix fails matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] # 3.12: pyfftw not yet supported steps: - uses: actions/checkout@v2 diff --git a/app/Dockerfile b/app/Dockerfile index 64f24115f..c5b236aa4 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:jammy COPY requirements.txt requirements.txt