Skip to content

Commit

Permalink
Merge pull request #61 from grillazz/60-python-312
Browse files Browse the repository at this point in the history
switch to python 312
  • Loading branch information
grillazz committed Feb 19, 2024
2 parents bdb5b2a + 984c873 commit d06edd5
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 d06edd5

Please sign in to comment.