Commit 9747be7
Fix dataclasses package being installed for python 3.7+ (#2450)
Python 3.7 has a built-in dataclasses module. This was causing a failure when verifying v0.6.0's package, because the dataclasses shim package was accessing private properties from typing that no longer existed in 3.7.1 parent 00329b2 commit 9747be7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments