mirror of
https://github.com/usestrix/strix.git
synced 2026-09-06 08:15:56 +00:00
chore: add Python 3.13 and 3.14 classifiers
This commit is contained in:
parent
803cbfd9cb
commit
68cea61536
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
]
|
||||
packages = [
|
||||
{ include = "strix", format = ["sdist", "wheel"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue