From d5e96fb245273d818cb87d45000064c559ccc493 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 5 Feb 2022 10:44:12 +0100 Subject: [PATCH] Dropped support for Python 3.6 --- .github/workflows/test.yml | 4 ++-- CHANGELOG.rst | 5 +++++ setup.py | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8abe853..c677ac2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.9', '3.10'] + python-version: ['3.7', '3.9', '3.10'] xapian-version: ['1.4.18'] steps: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.9'] + python-version: ['3.7', '3.9'] django-version: ['2.2', '3.1', '3.2'] xapian-version: ['1.4.18'] include: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7cb2c55..47026bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ xapian-haystack Changelog ========================= +Unreleased +---------- + +- Dropped support for Python 3.6. + v3.0.1 (2021-11-12) ------------------- diff --git a/setup.py b/setup.py index ccd924f..871773d 100644 --- a/setup.py +++ b/setup.py @@ -18,11 +18,11 @@ def read(fname): 'License :: OSI Approved :: GNU General Public License (GPL)', 'Topic :: Internet :: WWW/HTTP :: Indexing/Search', 'Framework :: Django', + 'Programming Language :: Python :: 3 :: Only', ], author='Jorge C. Leitão', author_email='jorgecarleitao@gmail.com', - url='http://github.com/notanumber/xapian-haystack', - download_url='http://github.com/notanumber/xapian-haystack/tarball/2.1.0', + url='https://github.com/notanumber/xapian-haystack', license='GPL2', py_modules=['xapian_backend'], install_requires=[