Update On Thu Sep 11 20:34:32 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-11 20:34:33 +02:00
parent b50b35fed3
commit 3d4eb548d6
277 changed files with 1641 additions and 918 deletions

View File

@@ -35,6 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
@@ -75,7 +76,7 @@ dev = [
]
static-analysis = [
"autopep8~=2.0",
"ruff~=0.12.0",
"ruff~=0.13.0",
]
test = [
"pytest~=8.1",
@@ -173,7 +174,8 @@ python = [
"3.11",
"3.12",
"3.13",
"pypy3.10",
"3.14",
"pypy3.11",
]
[tool.ruff]