Commit 4391193
committed
fix: require setuptools>=68.0.0 for Python 3.12+
Python 3.12 removed distutils from stdlib. setuptools>=68 includes
the distutils module in setuptools._distutils, ensuring compatibility
with Python 3.12+ builds.1 parent 4ddfc01 commit 4391193
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments