Commit f0520f0
authored
Update interpolate.py: Adds support for Python version >= 3.10
Python deprecated collections.Sequence in favor of collections.abc.Sequence.
The update checks for the Python version and uses collections.abc instead of collections for Python versions over 3.91 parent 36656b6 commit f0520f0
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments