libp2p / libp2p/py-libp2p

Add Python 3.14 support

Open
#1,100 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
624
Forks
256
Avg merge
1d 34m
Merged PRs (30d)
47

Description

Description

This issue tracks adding Python 3.14 support to py-libp2p.

Current Status

Currently, py-libp2p supports Python versions 3.10, 3.11, 3.12, and 3.13 (as specified in pyproject.toml).

Tasks

To add Python 3.14 support, the following updates may be needed:

  1. Update requires-python in pyproject.toml (currently >=3.10, <4.0 - should already allow 3.14)
  2. Add Python 3.14 to the classifiers in pyproject.toml:
    • Programming Language :: Python :: 3.14
  3. Update CI/CD workflows to test against Python 3.14
  4. Verify all dependencies are compatible with Python 3.14
  5. Run the test suite with Python 3.14 to ensure compatibility

Related

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with pyproject.toml to review the existing Python classifiers and supported versions, then inspect the CI/CD workflows for the current Python test matrix. Run the test suite with Python 3.14 and verify dependency compatibility; done means the classifier and CI coverage are updated and the suite passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.