Skip to content

Commit

Permalink
chore: Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 22, 2020
1 parent c64348a commit 78fc83c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python: [3.5, 3.6, 3.7, 3.8, 3.9.0-rc.1, pypy3]
python: [3.6, 3.7, 3.8, 3.9.0-rc.1, pypy3]
exclude:
# pytest bug on PyPy3
# https://github.com/Stranger6667/postmarker/pull/187/checks?check_run_id=1046220597
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Or you can look at the docs/ directory in the repository.
Python support
==============

Postmarker supports Python 3.5 - 3.9 and PyPy3.
Postmarker supports Python 3.6 - 3.9 and PyPy3.

Thanks
======
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Fixed

- Make ``TemplateID`` not required if ``TemplateAlias`` is specified. `#179`_

Removed
~~~~~~~

- Support for Python 3.5.

`0.16.0`_ - 2020-11-10
----------------------

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 78fc83c

Please sign in to comment.