Skip to content

Commit 6bbc3f8

Browse files
author
alexej
committed
update python and ruff to the latest stable
1 parent 5cb465f commit 6bbc3f8

File tree

2 files changed

+23
-30
lines changed

2 files changed

+23
-30
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name = "nodegrapheditor"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.13"
77
dependencies = [
88
"pygame-ce>2.5.4",
99
"pyinstaller",
1010
"networkx>=3.5",
1111
"pytest",
12-
"ruff>=0.11.11"
12+
"ruff>=0.12.0"
1313
]
1414

1515
[tool.ruff]

uv.lock

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

0 commit comments

Comments
 (0)