mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3] Drop 3.5 support (#1721)
This commit is contained in:
parent
1fd5dffdc7
commit
34bd5ead15
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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user