1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 15:41:09 +03:00

Update supported python versions per branch

Athanasius 2022-03-10 11:51:26 +00:00
parent 613ef86afd
commit b2f641e236

@ -1,12 +1,12 @@
# Running from source # Running from source
* `stable` branch, up to version 4.2.7, uses Python 3.7.x, although it * `stable` is now targeted against Python 3.10, and will no longer work under Python 3.8 or earlier (Ref:
should work perfectly well with any 3.8 or 3.9 version as well. [TypeError when running from source on stable branch #1497](https://github.com/EDCD/EDMarketConnector/issues/1497))
* `main` is now targeted against Python 3.9, although should also work * `main` is now targeted against Python 3.10, and will no longer work under Python 3.8 or earlier (Ref:
under 3.8. [TypeError when running from source on stable branch #1497](https://github.com/EDCD/EDMarketConnector/issues/1497))
* `develop` is targeted at Python 3.9 and has no guarantee about working on * `develop` is targeted at Python 3.10 and has no guarantee about working on
earlier Python versions. earlier Python versions.
In general you can check the contents of the file `.python-version` in the In general you can check the contents of the file `.python-version` in the