libp2p / py-libp2p

The Python implementation of the libp2p networking stack 🐍 [under development]
https://libp2p.io
Other
481 stars 105 forks source link

Updating python, getting dependencies updated #434

Closed nloadholtes closed 9 months ago

nloadholtes commented 2 years ago

Addresses #435

What was wrong?

Python3.6 reached end of life in December of 2021, and Python3.7 will reach end of life in June 2023. This commit changes the default Python to be 3.8 (end of life is Oct 2024) and updates enough of the dependencies to get the docs target to build correctly under tox.

Overall goal: Upgrade to python3.8, upgrade the minimal set of libraries to get tox checks to pass, only changes to the code are to get tox checks to pass.

Issue #

How was it fixed?

To-Do

Cute Animal Picture

put a cute animal picture link inside the parentheses

nloadholtes commented 2 years ago

The interop tests broke in an interesting way. Investigating what changes could have caused this

pacrob commented 9 months ago

Closed by #447