Skip to content
Snippets Groups Projects
Commit e8620f33 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Update min. python version

parent 661ad2bd
No related branches found
No related tags found
No related merge requests found
Pipeline #95334 failed
......@@ -9,16 +9,12 @@ build-backend = "hatchling.build"
[project]
name = "mednet"
dynamic = ["version"]
requires-python = ">=3.10"
requires-python = ">=3.11"
description = "Multi-task Library to Develop Computer-Aided Tools for Medical Data Analysis"
readme = "README.md"
license = "GPL-3.0-or-later"
authors = [
{ name = "Daniel Carron", email = "daniel.carron@idiap.ch" },
]
maintainers = [
{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" },
]
authors = [{ name = "Daniel Carron", email = "daniel.carron@idiap.ch" }]
maintainers = [{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }]
classifiers = [
"Development Status :: 4 - Beta",
......@@ -198,8 +194,8 @@ pip = "*" # required for docker image building
[tool.pixi.environments]
default = { features = ["qa", "build", "doc", "test", "dev", "py312", "self"] }
qa-ci = { features = ["qa", "py312"], no-default-feature = true}
build-ci = { features = ["build", "py312"], no-default-feature = true}
qa-ci = { features = ["qa", "py312"], no-default-feature = true }
build-ci = { features = ["build", "py312"], no-default-feature = true }
test-ci-alternative = { features = ["test", "py311", "self"] }
cuda-base = { features = ["py312", "cuda"], solve-group = "cuda" }
cuda-prod = { features = ["py312", "cuda", "self"], solve-group = "cuda" }
......@@ -495,7 +491,7 @@ shenzhen-detect = "mednet.config.detect.data.shenzhen.default"
[tool.ruff]
line-length = 88
target-version = "py310"
target-version = "py311"
src = ["src"]
[tool.ruff.format]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment