diff --git a/.travis.yml b/.travis.yml index 7f48614..79a7e3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: python: - "2.7" - - "3.4" + - "3.5" env: - DJANGO=1.8.4 diff --git a/README.rst b/README.rst index c4f60cf..c73c417 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Requirements - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4 +Tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4 Brokers ~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index e48cb6a..3f8cbb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ extensions = [ # 'sphinx.ext.autodoc' ] -intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None), +intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None), 'django': ('https://docs.djangoproject.com/en/1.8/', 'https://docs.djangoproject.com/en/1.8//_objects/')} diff --git a/docs/index.rst b/docs/index.rst index ced20cc..ddb4aac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Python 2 and 3 -Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4 +Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4 Contents: diff --git a/docs/install.rst b/docs/install.rst index d65f41f..d3a2980 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -24,7 +24,7 @@ Installation Requirements ------------ -Django Q is tested for Python 2.7 and 3.4 +Django Q is tested for Python 2.7 and 3.5 - `Django `__ diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..3480374 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1 \ No newline at end of file diff --git a/setup.py b/setup.py index cb84600..72cc558 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,8 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ]