Skip to content

Commit f7a4f24

Browse files
build: Explicitly add Python 3.10 classifier to pyproject.toml
At a moment `[email protected]` does not automatically add the classifier into wheel metadata, even when run on python 3.10.0rc2, as it used at GitHub Actions. Related: python-poetry/poetry#4581
1 parent 87dc65e commit f7a4f24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ classifiers = [
7474
"License :: OSI Approved :: BSD License",
7575
"Operating System :: OS Independent",
7676
"Programming Language :: Python :: 3 :: Only",
77+
# Classifier below need to added manually to classifiers list due to
78+
# https://github.com/python-poetry/poetry/issues/4581 issue, when using
79+
# stable poetry
80+
"Programming Language :: Python :: 3.10",
7781
"Topic :: Software Development",
7882
"Topic :: Utilities",
7983
"Typing :: Typed"

0 commit comments

Comments
 (0)