Skip to content

Commit

Permalink
ci: update python & ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Dec 11, 2023
1 parent 4264fe1 commit e9bfbc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy

COPY requirements.txt requirements.txt

Expand Down

0 comments on commit e9bfbc0

Please sign in to comment.