Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tomllib from the standard library on Python 3.11+ #2463

Merged
merged 12 commits into from Aug 29, 2022

Commits on Aug 21, 2022

  1. Use tomllib from the standard library on Python 3.11+

    Fallback to tomli, which has the same API.
    
    Fixes tox-dev#2462
    hroncok authored and gaborbernat committed Aug 21, 2022
    Copy the full SHA
    f8d10c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2bbc6e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0ed31db View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    
    Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
    pre-commit-ci[bot] authored and gaborbernat committed Aug 21, 2022
    Copy the full SHA
    99dd844 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Use toml/tomli/tomlib

    hroncok committed Aug 22, 2022
    Copy the full SHA
    6b36263 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1869e11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    89654f9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    65430ed View commit details
    Browse the repository at this point in the history
  5. Use toml on 3.6 as well

    hroncok committed Aug 22, 2022
    Copy the full SHA
    9ab5f16 View commit details
    Browse the repository at this point in the history
  6. Update docs/changelog/2463.feature.rst

    Co-authored-by: Miro Hrončok <miro@hroncok.cz>
    gaborbernat and hroncok committed Aug 22, 2022
    Copy the full SHA
    0985069 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Copy the full SHA
    c369057 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98ae852 View commit details
    Browse the repository at this point in the history