Skip to content

Commit

Permalink
Drop 3.6 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesoutterside committed May 4, 2022
1 parent eab7d02 commit 5cb1033
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand All @@ -32,16 +31,12 @@ jobs:
- true
- false
exclude:
- run-web-tests: true
python-version: "3.6"
- run-web-tests: true
python-version: "3.7"
- run-web-tests: true
python-version: "3.8"
- run-web-tests: true
python-version: "3.9"
- python-version: "3.6"
django-version: "4.0"
- python-version: "3.7"
django-version: "4.0"
- python-version: "3.10"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--next--
------------------

* Remove support for Python 3.6

0.9.2 (2021-12-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Built by Wildfish. https://wildfish.com
Requirements
============

* Python 3.6+.
* Python 3.7+.
* Django 2.2+


Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ def get_version(package):
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
)

0 comments on commit 5cb1033

Please sign in to comment.