Commit 8c476aa
Python 3.8 does not support the new syntax used in utils/run-unasync.py,
but using Python 3.12 failed because tokenization of f-strings changed
in Python 3.12 in a way that was not supported by unasync 0.5.0.
(cherry picked from commit 2aef84e)
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 85207ae commit 8c476aa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments