mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[V3] Drop 3.5 support (#1721)
This commit is contained in:
2
setup.py
2
setup.py
@@ -104,7 +104,7 @@ setup(
|
|||||||
"redbot-launcher=redbot.launcher:main",
|
"redbot-launcher=redbot.launcher:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
python_requires=">=3.5,<3.7",
|
python_requires=">=3.6,<3.7",
|
||||||
setup_requires=get_requirements(),
|
setup_requires=get_requirements(),
|
||||||
install_requires=get_requirements(),
|
install_requires=get_requirements(),
|
||||||
dependency_links=dep_links,
|
dependency_links=dep_links,
|
||||||
|
|||||||
Reference in New Issue
Block a user