Skip to content

Commit 1d814bc

Browse files
committed
Update python
1 parent 19ca877 commit 1d814bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exclude = ["/.github", "/.idea", "/docs"]
6060

6161
[tool.hatch.envs.default]
6262
installer = "uv"
63-
python = "3.13.1"
63+
python = "3.13.2"
6464
dependencies = [
6565
"pyinstaller==6.11.1",
6666
"basedpyright==1.23.1",
@@ -73,7 +73,7 @@ check-watched = "basedpyright --watch"
7373

7474
[tool.hatch.envs.docs]
7575
installer = "uv"
76-
python = "3.13.1"
76+
python = "3.13.2"
7777
skip-install = true
7878
dependencies = [
7979
"mkdocs-material==9.5.49",

0 commit comments

Comments
 (0)