Skip to content

Commit 7413794

Browse files
chore(deps): update python to >=3.14,<3.15
1 parent f172fad commit 7413794

6 files changed

Lines changed: 268 additions & 403 deletions

File tree

packages/pnt-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = []
1515
description = "CLI package with Rust extension module via pyo3/maturin"
1616
license = { text = "Apache-2.0" }
1717
name = "pnt-cli"
18-
requires-python = ">=3.11,<3.13"
18+
requires-python = ">=3.14,<3.15"
1919
version = "0.1.1"
2020

2121
[project.scripts]

packages/pnt-cli/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pnt-functional/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description = "A Python package template using Nix and uv"
1818
license = { text = "Apache-2.0" }
1919
name = "pnt-functional"
2020
readme = "README.md"
21-
requires-python = ">=3.11,<3.13"
21+
requires-python = ">=3.14,<3.15"
2222
version = "0.2.1"
2323

2424
[project.scripts]

packages/pnt-functional/uv.lock

Lines changed: 28 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-nix-template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = []
66
description = "Add your description here"
77
name = "python-nix-template"
88
readme = "README.md"
9-
requires-python = ">=3.11,<3.13"
9+
requires-python = ">=3.14,<3.15"
1010
version = "0.2.0"
1111

1212
[project.scripts]

0 commit comments

Comments
 (0)