Skip to content

Commit

Permalink
dev: increment minimum python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blooop committed Oct 15, 2024
1 parent 4499198 commit 3471d2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ channels = ["conda-forge"]
platforms = ["linux-64"]

[tool.pixi.dependencies]
python = ">=3.8"
python = ">=3.9"

[tool.pixi.feature.py308.dependencies]
python = "3.8.*"
[tool.pixi.feature.py309.dependencies]
python = "3.9.*"
[tool.pixi.feature.py310.dependencies]
Expand Down Expand Up @@ -60,7 +58,6 @@ rockervsc = "rockervsc.rockervsc:run_rockervsc"
# Environments
[tool.pixi.environments]
default = {features = ["test"], solve-group = "default" }
py308 = ["py308","test"]
py309 = ["py309","test"]
py310 = ["py310","test"]
py311 = ["py311","test"]
Expand Down

0 comments on commit 3471d2c

Please sign in to comment.