Skip to content

Commit

Permalink
switch to python 312
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Feb 19, 2024
1 parent bdb5b2a commit 984c873
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 582 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11" ]
python-version: [ "3.12" ]
poetry-version: [ "1.7.1" ]

env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim AS base
FROM python:3.12.2-slim-bookworm AS base
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl git build-essential \
Expand Down
Loading

0 comments on commit 984c873

Please sign in to comment.