-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
sublimehq/package_control
#1719Description
This particular rule is causing issues on ST 4201 with Python 3.13 when a package tries to include it for Python 3.13:
{
"name": "pymdownx",
"description": "PyMdown Extensions for Python Markdown",
"author": "facelessuser",
"issues": "https://github.com/facelessuser/pymdown-extensions/issues",
"releases": [
{
"base": "https://github.com/facelessuser/sublime-pymdownx",
"python_versions": ["3.3", "3.8"],
"tags": "st3-"
},
{
"base": "https://pypi.org/project/pymdown-extensions",
"asset": "pymdown_extensions-*-py3-none-any.whl",
"python_versions": ["3.13"]
}
]
},It should be noted that while the project is called pymdown-extensions, it installs as pymdownx. I'm wondering if there is some kind of issue with Package Control handling this? Or if there is some way to help it install things correctly?
Metadata
Metadata
Assignees
Labels
No labels