Skip to content

Commit

Permalink
MAINT: drop Python 3.8 support due to EOL (#106)
Browse files Browse the repository at this point in the history
* DX: switch to `pre-commit-uv`
redeboer authored Oct 11, 2024
1 parent a17e322 commit a75ee39
Showing 2 changed files with 107 additions and 86 deletions.
189 changes: 105 additions & 84 deletions pixi.lock
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ dependencies = [
"numpy",
"pandas",
"phasespace",
"pre-commit",
"pre-commit-uv",
"python-lsp-ruff",
"python-lsp-server",
"qrules",
@@ -38,7 +38,7 @@ dependencies = [
license = {file = "LICENSE"}
name = "gluex-nstar"
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
version = "0.1.0"

[tool.pixi.project]

0 comments on commit a75ee39

Please sign in to comment.