We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552e021 commit 41fabacCopy full SHA for 41fabac
2 files changed
pyproject.toml
@@ -24,11 +24,10 @@ classifiers = [
24
"Development Status :: 3 - Alpha",
25
"License :: OSI Approved :: MIT License",
26
"Operating System :: OS Independent",
27
- "Programming Language :: Python :: 3.9",
28
- "Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
32
"Programming Language :: Python :: Implementation :: CPython",
33
"Programming Language :: Rust",
34
"Typing :: Typed",
@@ -151,3 +150,8 @@ commands =
151
150
uv run --frozen pytest
152
uv run --frozen coverage report
153
"""
+
154
+[tool.uv]
155
+constraint-dependencies = [
156
+ "pygments>=2.20.0",
157
+]
0 commit comments