Commit 71ae133
committed
fix(setup.py): require setuptools>=80.9.0 for Python 3.12 compatibility
- Add setuptools>=80.9.0 to install_requires to resolve packaging errors in Python 3.12 environments.
- Ensures installation works with modern setuptools and avoids canonicalize_version errors.1 parent 4357952 commit 71ae133
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
0 commit comments