Skip to content

Commit e080ad4

Browse files
authored
add supported python versions
1 parent aacdaa2 commit e080ad4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ keywords = [
1313
"research-tool", "benchmark-speech", "zerospeech"
1414
]
1515
classifiers = [
16+
"Programming Language :: Python :: 3.6",
17+
"Programming Language :: Python :: 3.7",
18+
"Programming Language :: Python :: 3.8",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
1622
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1723
"Intended Audience :: Science/Research"
1824
]

0 commit comments

Comments
 (0)