mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Drop support for Django 1.3, Python 2.6 and 3.2.
* Shrink the Travis test matrix * Remove a lot of backported test code * Update requirements in setup.py * Update docs Closes #79
This commit is contained in:
4
setup.py
4
setup.py
@@ -29,7 +29,7 @@ setup(
|
||||
license="BSD License",
|
||||
packages=["djrill"],
|
||||
zip_safe=False,
|
||||
install_requires=["requests>=1.0.0", "django>=1.3"],
|
||||
install_requires=["requests>=1.0.0", "django>=1.4"],
|
||||
include_package_data=True,
|
||||
test_suite="runtests.runtests",
|
||||
tests_require=["mock", "six"],
|
||||
@@ -37,10 +37,8 @@ setup(
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: 2.6",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.2",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
|
||||
Reference in New Issue
Block a user