Skip to content

Commit d6775c8

Browse files
feat(python): Update
1 parent f850e0a commit d6775c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.10"
15+
python-version: "3.11"
1616

1717
- name: Set up Black
1818
uses: psf/black@stable

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.10-slim-bullseye
1+
FROM python:3.11-slim-bullseye
22

3-
LABEL base_image="python:3.10-slim"
3+
LABEL base_image="python:3.11-slim"
44
LABEL about.home="https://github.com/Clinical-Genomics/genotype-api"
55
LABEL about.tags="CG Core database and API"
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"License :: OSI Approved :: MIT License",
3030
"Operating System :: OS Independent",
3131
],
32-
python_requires=">=3.10",
32+
python_requires=">=3.11",
3333
)

0 commit comments

Comments
 (0)