Support for Python 3.10: Remove loop parameter from asyncio primitives #30

Open
paulo-raca wants to merge 1 commit from paulo-raca/python3.10 into master
paulo-raca commented 2023-06-21 03:53:37 +02:00 (Migrated from github.com)

loop=... argument in asyncio primitives has been deprecated for a while now -- since Python 3.8

This therefore drops support for 3.7.

Fixes #29

`loop=...` argument in asyncio primitives has been deprecated for a while now -- since Python 3.8 This therefore drops support for 3.7. Fixes #29
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin paulo-raca/python3.10:paulo-raca/python3.10
git checkout paulo-raca/python3.10

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff paulo-raca/python3.10
git checkout paulo-raca/python3.10
git rebase master
git checkout master
git merge --ff-only paulo-raca/python3.10
git checkout paulo-raca/python3.10
git rebase master
git checkout master
git merge --no-ff paulo-raca/python3.10
git checkout master
git merge --squash paulo-raca/python3.10
git checkout master
git merge --ff-only paulo-raca/python3.10
git checkout master
git merge paulo-raca/python3.10
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/aioupnp#30
No description provided.