Skip to content

Commit

Permalink
Update Python version requirement to 3.10 and bump version to 0.9.2.1…
Browse files Browse the repository at this point in the history
… in pyproject.toml
  • Loading branch information
legout committed Dec 5, 2024
1 parent 64c7df9 commit 712fae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ license = {text = "MIT"}
name = "pydala2"
readme = "README.md"
repository = "https://github.com/legout/pydala2"
requires-python = ">= 3.11"
version = "0.9.2"
requires-python = ">= 3.10"
version = "0.9.2.1"

[project.optional-dependencies]
legacy = ["polars-lts-cpu>=0.20.4"]
Expand Down

0 comments on commit 712fae3

Please sign in to comment.