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:
NomenAK 2025-07-14 17:19:47 +02:00
parent 0b410c2dbd
commit e3a49c963d

View File

@ -1,7 +1,6 @@
{
"python": {
"min_version": "3.8.0",
"max_version": "3.12.99"
"min_version": "3.8.0"
},
"node": {
"min_version": "16.0.0",