Skip to content

Commit d44218f

Browse files
committed
Remove Python 2 support from packaging
(This is included in the v8.0 distribution)
1 parent 945e69f commit d44218f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
license_file = LICENSE
33

44
[bdist_wheel]
5-
universal=1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def long_description_from_readme(rst):
4343
license="BSD License",
4444
packages=["anymail"],
4545
zip_safe=False,
46+
python_requires='>=3.5',
4647
install_requires=["django>=2.0", "requests>=2.4.3"],
4748
extras_require={
4849
# This can be used if particular backends have unique dependencies.

0 commit comments

Comments
 (0)