Skip to content

Commit 4fd1f31

Browse files
committed
Fix setup syntax
1 parent dad462d commit 4fd1f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list:
5656
'License :: OSI Approved :: MIT License',
5757
'Programming Language :: Python',
5858
'Programming Language :: Python :: 3 :: Only',
59-
'Programming Language :: Python :: 3.8'
60-
'Programming Language :: Python :: 3.9'
61-
'Programming Language :: Python :: 3.10'
59+
'Programming Language :: Python :: 3.8',
60+
'Programming Language :: Python :: 3.9',
61+
'Programming Language :: Python :: 3.10',
6262
'Programming Language :: Python :: 3.11'
6363
],
6464
packages=find_packages(),

0 commit comments

Comments
 (0)