Skip to content

Commit

Permalink
Dropped support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Feb 5, 2022
1 parent c354c1a commit d5e96fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,11 @@
xapian-haystack Changelog
=========================

Unreleased
----------

- Dropped support for Python 3.6.

v3.0.1 (2021-11-12)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit d5e96fb

Please sign in to comment.