Skip to content

Commit

Permalink
Add offical support for Python 3.9
Browse files Browse the repository at this point in the history
Also drop Python 3.5 and 3.6 (although they still work)
  • Loading branch information
regebro committed Feb 16, 2021
1 parent 119d72b commit e517709
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ matrix:
fast_finish: true
include:
- python: 2.7
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9-dev
- python: 3.9
- python: pypy
- python: pypy3
install:
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Changelog

- Update to the current list of Trove classifiers.

- Officially support Python 3.8 and 3.9

- Drop official support for Python 3.5 and 3.6 (still works though).


2.6 (2019-11-02)
----------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"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 :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit e517709

Please sign in to comment.