Skip to content

Commit 65ab5b5

Browse files
committed
Add support for Python 3.8
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.
1 parent 9ecf340 commit 65ab5b5

File tree

4 files changed

+577
-163
lines changed

4 files changed

+577
-163
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cache: pip
88
python:
99
- "3.6"
1010
- "3.7"
11+
- "3.8"
1112

1213
matrix:
1314
include:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Version 4.1 - in development
55

6+
- Added support for Python 3.8.
67
- Dropped support for Python 2 and 3.4.
78
- Added type annotations to the source code. This will make Python-RSA easier to use in
89
your IDE, and allows better type checking.

0 commit comments

Comments
 (0)