Skip to content

Commit

Permalink
drop support for older django-oscar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstevns committed Jun 29, 2017
1 parent 8117143 commit 3047f2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -7,12 +7,6 @@ env:
global:
- PYTHONPATH=.:$PYTHONPATH
matrix:
- DJANGO=Django==1.8.18 OSCAR=django-oscar==1.2.2
- DJANGO=Django==1.10.7 OSCAR=django-oscar==1.2.2
- DJANGO=Django==1.11.2 OSCAR=django-oscar==1.2.2
- DJANGO=Django==1.8.18 OSCAR=django-oscar==1.3
- DJANGO=Django==1.10.7 OSCAR=django-oscar==1.3
- DJANGO=Django==1.11.2 OSCAR=django-oscar==1.3
- DJANGO=Django==1.8.18 OSCAR=django-oscar==1.4
- DJANGO=Django==1.10.7 OSCAR=django-oscar==1.4
- DJANGO=Django==1.11.2 OSCAR=django-oscar==1.4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -16,7 +16,7 @@ Adyen package for django-oscar

This package provides integration with the `Adyen`_ payment gateway. It is
designed to work with the e-commerce framework `django-oscar`_. This extension
supports Django 1.8+, Python 3.6+ and Oscar 1.2+.
supports Django 1.8+, Python 3.6+ and Oscar 1.4+.

.. _`Adyen`: http://www.adyen.com/
.. _`django-oscar`: https://github.com/django-oscar/django-oscar
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,6 +14,7 @@
include_package_data=True,
install_requires=[
'iptools==0.6.1',
'django-oscar>=1.4',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -24,8 +25,7 @@
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit 3047f2d

Please sign in to comment.