Skip to content

Commit

Permalink
Drop Python 3.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Jun 14, 2019
1 parent 206803a commit c915532
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ CHANGES
3.7.0 (unreleased)
------------------

- ``<paraStyle>``:
- Drop Python 3.5 support.

- Extended ``<paraStyle>``:

* ``underline``: A boolean field indicating whether the entire paragraph is
underlined. The following related attributes have also been added to the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def alltests():
'zope.testrunner',
]


setup (
name="z3c.rml",
version='3.7.0.dev0',
Expand All @@ -61,7 +62,6 @@ def alltests():
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down
Binary file added src/z3c/rml/tests/expected/tag-image-svg.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit c915532

Please sign in to comment.