Skip to content

Commit

Permalink
feat(python): Update (#96)
Browse files Browse the repository at this point in the history
### Changed

- Update to python 3.11
  • Loading branch information
henrikstranneheim authored Mar 7, 2024
1 parent f850e0a commit ca235a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Set up Black
uses: psf/black@stable
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM python:3.10-slim-bullseye
FROM docker.io/library/python:3.11-slim-bullseye as base

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.10",
python_requires=">=3.11",
)

0 comments on commit ca235a7

Please sign in to comment.