Add support for Python>=3.10

Open Beginner friendly
#126 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
build-system

Research direction

Start with toto2/pyproject.toml at the Python version constraint referenced in the issue, then inspect the surrounding project metadata for any stated compatibility reason. Done means the lower bound is set to Python 3.10 and the package metadata and installation requirements consistently allow Python 3.10 and 3.11.

Written by the indexing model from the issue text.

Description

Currently toto-2 requires Python>=3.12
https://github.com/DataDog/toto/blob/44ea4e88852228039564aa3e76fac26aafac0803/toto2/pyproject.toml#L10

Is there a specific reason for this constraint? Would it be possible to decrease the lower bound to ">=3.10"?

Python 3.10 and 3.11 have not entered EOL yet (https://devguide.python.org/versions/), so it would be great if users could run Toto-2 on the older versions too.

Dominant language
Jupyter Notebook
Stars
545
Forks
74
Avg merge
14d 20h
Merged PRs (30d)
2

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.

More from DataDog/toto

All issues in DataDog/toto

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.