Commit 394b47d
Relax Python requirement to >=3.8
Add missing from __future__ import annotations to _syscall_table.py
which used dict[str, int] at runtime (3.10+ only).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent db29ced commit 394b47d
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments