Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Add support for Python 3.11, stop support of Python 3.4 and 3.5 #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

szerepak
Copy link

  • Adjust the asyncio syntax to Python 3.11
  • Remove support for Python 3.4 and 3.5

Unit tests results:

platform darwin -- Python 3.6.15, pytest-7.0.1, pluggy-1.0.0
plugins: asyncio-0.16.0, mock-3.6.1, cov-4.0.0
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]
platform darwin -- Python 3.7.16, pytest-7.2.1, pluggy-1.0.0
plugins: asyncio-0.20.3, mock-3.10.0, cov-4.0.0
asyncio: mode=strict
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]
platform darwin -- Python 3.8.16, pytest-7.2.1, pluggy-1.0.0
plugins: asyncio-0.20.3, mock-3.10.0, cov-4.0.0
asyncio: mode=strict
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]
platform darwin -- Python 3.9.6, pytest-7.2.1, pluggy-1.0.0
plugins: asyncio-0.20.3, mock-3.10.0, cov-4.0.0
asyncio: mode=strict
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]
platform darwin -- Python 3.10.2, pytest-7.2.0, pluggy-1.0.0
plugins: asyncio-0.20.3, mock-3.10.0, cov-4.0.0
asyncio: mode=strict
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]
platform darwin -- Python 3.11.1, pytest-7.2.1, pluggy-1.0.0
plugins: asyncio-0.20.3, mock-3.10.0, cov-4.0.0
asyncio: mode=Mode.STRICT
collected 28 items                                                                                                                     

tests/test_general.py ..........                                                                                                 [ 35%]
tests/test_queue.py ..........                                                                                                   [ 71%]
tests/test_transport.py ........                                                                                                 [100%]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants