1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

PLUGINS.md: Reference Releasing.md for currently supported Python version

This commit is contained in:
Athanasius 2020-10-05 16:51:24 +01:00
parent 8f721cf06e
commit 8ceca8912e

@ -9,6 +9,9 @@ wiki.
## Writing a Plugin
Check [Releasing.md](docs/Releasing.md#environment) to be sure of the current
version of Python that we've tested against.
Plugins are loaded when EDMC starts up.
Each plugin has it's own folder in the `plugins` directory:
@ -646,6 +649,7 @@ Disabled and enabled plugins are listed on the "Plugins" Settings tab
Starting with pre-release 3.5 EDMC used Python 3.7. The first full
release under Python 3.7 was 4.0.0.0. The 4.1.x series was the last to use
Python 3.7, with releases moving on to latest Python 3.8.x after that.
This is a brief outline of the steps required to migrate a plugin from earlier
versions of EDMC: