Fixup python compatibility declaration

pull/138/head
Fabian Elsner 2023-02-09 13:23:44 +01:00 zatwierdzone przez Florian Ludwig
rodzic fda35f3e18
commit 3912564bf1
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2

Wyświetl plik

@ -5,7 +5,7 @@ Changelog
-----------------
* removed hbmqtt compatibility, importing amqtt is now mandatory
* removed loop parameter from all functions
* Python 3.8 to 3.10 compatibility
* Python 3.7 to 3.10 compatibility
* Fixed a major bug in plugin api, see https://github.com/Yakifo/amqtt/pull/92
* Fixed a major bug due to CancelledError semantics changed in Python 3.8, see https://github.com/Yakifo/amqtt/pull/134

Wyświetl plik

@ -68,7 +68,7 @@ From there the goal is to fix outstanding known issues and clean up the code.
+----------+---------------------------+----------------------------+--------------+
| 0.10.x | YES - Drop-in Replacement | 3.7* | 0.10.1 |
+----------+---------------------------+----------------------------+--------------+
| 0.11.x | NO - Module renamed | 3.8 - 3.10 | No release |
| 0.11.x | NO - Module renamed | 3.7 - 3.10 | No release |
| | and small API differences | | yet |
+----------+---------------------------+----------------------------+--------------+