mirror of https://github.com/astral-sh/ruff
Add python 3.14 as a supported version for PyPi (#21669)
This commit is contained in:
parent
aef2fad0c5
commit
666f488f1b
|
|
@ -32,6 +32,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 :: 3 :: Only",
|
||||
"Programming Language :: Rust",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
|
|
|
|||
Loading…
Reference in New Issue