Skip to content

Commit

Permalink
Drop Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 4, 2020
1 parent 254f8fa commit 41f871f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ git:

jobs:
include:
- os: linux
python: 3.5
- os: linux
- dist: bionic
python: 3.6
- dist: bionic
python: 3.7
- dist: bionic
- dist: focal
python: 3.8
- os: osx
language: generic
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WebKit or Gecko. The CSS layout engine is written in Python, designed for
pagination, and meant to be easy to hack on.

* Free software: BSD licensed
* Python 3.5+
* Python 3.6+
* Website: https://weasyprint.org/
* Documentation: https://weasyprint.readthedocs.io/
* Source code and issue tracker: https://github.com/Kozea/WeasyPrint
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installing

WeasyPrint |version| depends on:

* CPython_ ≥ 3.5.0
* CPython_ ≥ 3.6.0
* cairo_ ≥ 1.15.4 [#]_
* Pango_ ≥ 1.38.0 [#]_
* setuptools_ ≥ 30.3.0 [#]_
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
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 Expand Up @@ -63,7 +62,7 @@ tests_require =
pytest-cov
pytest-flake8
pytest-isort
python_requires = >= 3.5
python_requires = >= 3.6

[options.entry_points]
console-scripts = weasyprint = weasyprint.__main__:main
Expand Down

0 comments on commit 41f871f

Please sign in to comment.