Skip to content

Commit

Permalink
Add support for Python 3.8
Browse files Browse the repository at this point in the history
Supporting Python 3.8 not only required configuring Tox and Travis to
run the tests on that version, but also required updating the
dependencies. Without that update, `pluggy` wouldn't work properly.
  • Loading branch information
sybrenstuvel committed Jun 10, 2020
1 parent 9ecf340 commit 65ab5b5
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 163 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8"

matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## Version 4.1 - in development

- Added support for Python 3.8.
- Dropped support for Python 2 and 3.4.
- Added type annotations to the source code. This will make Python-RSA easier to use in
your IDE, and allows better type checking.
Expand Down
Loading

0 comments on commit 65ab5b5

Please sign in to comment.