Skip to content

Commit 03fa8d1

Browse files
authored
Update setup.py
1 parent cbf4544 commit 03fa8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"Intended Audience :: Developers",
2222
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2323
"Operating System :: POSIX :: Linux",
24-
"Programming Language :: Python :: 3.6",
24+
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: Implementation :: PyPy",
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
],
2828
python_requires=">=3.10",
2929
install_requires=[
30-
''
30+
'',
3131
]
3232
)

0 commit comments

Comments
 (0)