Skip to content

Library won't install for Python 3.13 #68

@facelessuser

Description

@facelessuser

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions