File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.10 "
15
+ python-version : " 3.11 "
16
16
17
17
- name : Set up Black
18
18
uses : psf/black@stable
Original file line number Diff line number Diff line change 1
- FROM python:3.10 -slim-bullseye
1
+ FROM python:3.11 -slim-bullseye
2
2
3
- LABEL base_image="python:3.10 -slim"
3
+ LABEL base_image="python:3.11 -slim"
4
4
LABEL about.home="https://github.com/Clinical-Genomics/genotype-api"
5
5
LABEL about.tags="CG Core database and API"
6
6
Original file line number Diff line number Diff line change 29
29
"License :: OSI Approved :: MIT License" ,
30
30
"Operating System :: OS Independent" ,
31
31
],
32
- python_requires = ">=3.10 " ,
32
+ python_requires = ">=3.11 " ,
33
33
)
You can’t perform that action at this time.
0 commit comments