File tree 6 files changed +171
-150
lines changed
6 files changed +171
-150
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
- uses : actions/setup-python@v5
11
11
with :
12
- python-version : ' 3.11 '
12
+ python-version : ' 3.12 '
13
13
- uses : psf/black@stable
14
14
with :
15
15
options : " . --check --line-length 100"
Original file line number Diff line number Diff line change 16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
19
- python-version : " 3.11 "
19
+ python-version : " 3.12 "
20
20
21
21
- name : Install poetry
22
22
uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 12
12
- name : Set up Python
13
13
uses : actions/setup-python@v5
14
14
with :
15
- python-version : " 3.11 "
15
+ python-version : " 3.12 "
16
16
17
17
- name : Install and configure Poetry
18
18
uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 1
- FROM docker.io/library/python:3.11 -slim-bullseye
1
+ FROM docker.io/library/python:3.12 -slim-bullseye
2
2
3
3
WORKDIR /app
4
4
COPY . /app/
You can’t perform that action at this time.
0 commit comments