Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Classifier not yet recognized by PyPI

Programming Language :: Python :: 3.14 is not a published Trove classifier yet, so PyPI will reject uploads containing it. Please drop this line (or defer until the classifier officially exists) to keep releases from breaking.

🤖 Prompt for AI Agents
In pyproject.toml around line 30, the Trove classifier "Programming Language ::
Python :: 3.14" is not published and will cause PyPI upload failures; remove
that specific classifier line from the [project] -> classifiers list (or replace
it with a currently supported classifier such as "Programming Language :: Python
:: 3.11" or "Programming Language :: Python :: 3.12") and ensure the classifiers
remain valid YAML/INI syntax and comma/newline separated as used in the file.

"Topic :: Software Development :: Build Tools",
]
dynamic = ["version"]
Expand Down
Loading