We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab0aaf commit 2a972e5Copy full SHA for 2a972e5
pyproject.toml
@@ -11,7 +11,7 @@ maintainers = [
11
12
readme = "README.md"
13
classifiers = [
14
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
15
"Intended Audience :: Developers",
16
"License :: OSI Approved :: MIT License",
17
"Operating System :: OS Independent",
@@ -36,10 +36,10 @@ Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
36
37
[tool.uv]
38
dev-dependencies = [
39
- "black~=24.10",
+ "black~=25.0",
40
"flake8~=7.1",
41
"flake8-annotations~=3.1",
42
- "isort~=5.13",
+ "isort~=6.0",
43
"mypy~=1.11",
44
"pre-commit~=4.0",
45
"pytest~=8.3",
0 commit comments