Skip to content

Commit

Permalink
Drop support for Python 3.4, add 3.7 + 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Jun 10, 2020
1 parent 96413ca commit 9bd04ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Grok changes

- Use zopefoundation/meta/config to harmonize package structure.

- Drop support for Python 3.4, add 3.7 + 3.8.

3.1 (2018-05-09)
================

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ def read(*rnames):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: PyPy',
],
packages=find_packages('src'),
Expand Down

0 comments on commit 9bd04ee

Please sign in to comment.