Skip to content

Commit

Permalink
Add support for Python 3.7, 3.8 and 3.9, drop support for Python 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 3, 2021
1 parent dc35a3b commit a072af9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -4,7 +4,9 @@ Changelog
4.2 (unreleased)
----------------

- Nothing changed yet.
- Add support for Python 3.8 and 3.9.

- Drop support for Python 3.4.


4.1 (2018-10-05)
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -32,10 +32,11 @@
"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 :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
Expand Down

0 comments on commit a072af9

Please sign in to comment.