mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
fix: remove Python max_version limit to enhance compatibility
Removes restrictive Python max_version (3.12.99) requirement to support newer Python versions and improve installation compatibility across different environments and Python distributions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0b410c2dbd
commit
e3a49c963d
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"python": {
|
"python": {
|
||||||
"min_version": "3.8.0",
|
"min_version": "3.8.0"
|
||||||
"max_version": "3.12.99"
|
|
||||||
},
|
},
|
||||||
"node": {
|
"node": {
|
||||||
"min_version": "16.0.0",
|
"min_version": "16.0.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user