This repository was archived by the owner on Apr 20, 2025. It is now read-only.
Commit 65ab5b5
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
4 files changed
+577
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments