Skip to content

Commit c26ae6b

Browse files
ci: updated setup.py
1 parent fb94fd6 commit c26ae6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"Operating System :: OS Independent",
2020
],
2121
install_requires=[
22-
"requests",
23-
"six"
22+
"requests"
2423
],
25-
python_requires='>=3.6.9',
24+
python_requires='>=3.10.14',
2625
)

0 commit comments

Comments
 (0)