Skip to content

Commit b7be1e2

Browse files
committed
chore: update version metadata in setup.py
+ update the required Django version in docs/installation.rst
1 parent 616b301 commit b7be1e2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation
2929

3030

3131
.. note::
32-
You need to use ``Django>=1.7`` to be able to use this version of pipeline.
32+
You need to use ``Django>=1.11`` to be able to use this version of pipeline.
3333

3434
.. _GitHub: http://github.com/jazzband/django-pipeline
3535
.. _PyPI: http://pypi.python.org/pypi/django-pipeline

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,18 @@
2424
'Development Status :: 5 - Production/Stable',
2525
'Environment :: Web Environment',
2626
'Framework :: Django',
27-
'Framework :: Django :: 1.6',
28-
'Framework :: Django :: 1.7',
29-
'Framework :: Django :: 1.8',
30-
'Framework :: Django :: 1.9',
31-
'Framework :: Django :: 1.10',
3227
'Framework :: Django :: 1.11',
28+
'Framework :: Django :: 2.0',
29+
'Framework :: Django :: 2.2',
3330
'Intended Audience :: Developers',
3431
'License :: OSI Approved :: MIT License',
3532
'Operating System :: OS Independent',
3633
'Programming Language :: Python',
3734
'Programming Language :: Python :: 2.7',
3835
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.4',
4036
'Programming Language :: Python :: 3.5',
4137
'Programming Language :: Python :: 3.6',
38+
'Programming Language :: Python :: 3.7',
4239
'Programming Language :: Python :: Implementation :: PyPy',
4340
'Topic :: Utilities',
4441
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)