Skip to content

Conversation

@deathaxe
Copy link
Collaborator

Resolves #68

This commit adds pymdown_extensions registration as copy of pymdownx for use by plugins running on python 3.13 plugin_host.

Note: Those need to explicitly specify dependency using official pypi name:

{
	"*": {
		"*": [
			"pymdown_extensions"
		]
	}
}

Once sublimehq/package_control#1719 is merged, pymdownx can be removed. It is required for compatibility until then.

Resolves #68

This commit adds `pymdown_extensions` registration as copy of `pymdownx`
for use by plugins running on python 3.13 plugin_host.

Note: Those need to explicitly specify dependency using official pypi name:

```
{
	"*": {
		"*": [
			"pymdown_extensions"
		]
	}
}
```

Once sublimehq/package_control#1719 is merged, `pymdownx`
can be removed. It is required for compatibility until then.
@deathaxe deathaxe merged commit 20647b8 into main Nov 28, 2025
@deathaxe deathaxe deleted the fix/pymdownx branch November 28, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Library won't install for Python 3.13

2 participants