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

feat: support for python 3.11 #207

Merged
merged 95 commits into from
Jan 12, 2024
Merged

feat: support for python 3.11 #207

merged 95 commits into from
Jan 12, 2024

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    ebd5444 View commit details
    Browse the repository at this point in the history
  2. update lock file for py3.11

    aryarm committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    c95a4e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af294e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    684518c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e71b9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eeb6764 View commit details
    Browse the repository at this point in the history
  7. downgrade coverage

    aryarm committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    570d3a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4fb97c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    abffcdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc9ae5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    dc3803b View commit details
    Browse the repository at this point in the history
  2. upgrade numpy version used in tests

    to ensure that a version compatible with python 3.11 is installed
    aryarm committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1139025 View commit details
    Browse the repository at this point in the history
  3. refmt for newer black

    aryarm committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    82bf90f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2072c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82d574e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    effeb36 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    8cb5e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a513c89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9cce8b View commit details
    Browse the repository at this point in the history
  4. refmt with black

    aryarm committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a9a6aac View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. delete comment bot action

    aryarm authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4c7db7d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. resolve conflicts with main

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    21a5cf1 View commit details
    Browse the repository at this point in the history
  2. oops try again

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    52cc05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8843dab View commit details
    Browse the repository at this point in the history
  4. use poetry-conda in dev setup

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    99d3b4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4527ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    640616b View commit details
    Browse the repository at this point in the history
  7. move extras into groups

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b6e8f70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5815916 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fc2f37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8df9531 View commit details
    Browse the repository at this point in the history
  11. use nox-poetry workaround

    from cjolowicz/nox-poetry#1116 (comment)
    since py3.11 is the most recent version we support anyway, so it's ok
    if it uses the most recent versions of all our dependencies
    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3d16f6e View commit details
    Browse the repository at this point in the history
  12. bump all constraints

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b908f0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    594a595 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    901e4c6 View commit details
    Browse the repository at this point in the history
  15. try to use executable name

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2d3f62b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25b4728 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f0218b8 View commit details
    Browse the repository at this point in the history
  18. update numpy to support 3.10

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    20f0efc View commit details
    Browse the repository at this point in the history
  19. upgrade pip version

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    01cc413 View commit details
    Browse the repository at this point in the history
  20. revert macos test to py3.10

    since it was failing for py3.11
    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4e72c13 View commit details
    Browse the repository at this point in the history
  21. try more recent cyvcf2

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0fbae05 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b84f0a4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    10d8d57 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    61f9a0a View commit details
    Browse the repository at this point in the history
  25. try cyvcf2 0.30.17

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fa55631 View commit details
    Browse the repository at this point in the history
  26. try cyvcf2 0.30.16 instead

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9dd1ac7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0ce7ad4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    59f7876 View commit details
    Browse the repository at this point in the history
  29. refmt for black

    aryarm authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    82cc5c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    9087b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b837542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff1395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    746555d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    117deea View commit details
    Browse the repository at this point in the history
  6. try to lock dev-env.yml

    aryarm authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    e8e8c86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2da4d82 View commit details
    Browse the repository at this point in the history
  8. revert to 746555d

    at least until python-poetry/poetry-plugin-export#183 is resolved
    aryarm authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    7f1125b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    ae91852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d382e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2c8824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa8f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c127021 View commit details
    Browse the repository at this point in the history
  4. dont try using mamba

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e16b51d View commit details
    Browse the repository at this point in the history
  5. try again to remove mamba

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c79bef9 View commit details
    Browse the repository at this point in the history
  6. try to set channels in action

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    fbf8738 View commit details
    Browse the repository at this point in the history
  7. try removing miniforge

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    4208e83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d0d8f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b044dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c87707d View commit details
    Browse the repository at this point in the history
  11. fix yml error oops

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    270bfc7 View commit details
    Browse the repository at this point in the history
  12. add verbose option to nox

    aryarm authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5fd7afa View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    12e804f View commit details
    Browse the repository at this point in the history
  2. oops fix yml syntax error

    aryarm authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    abda1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9edab View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Revert "remove build step to see if it works now"

    This reverts commit bb9edab.
    aryarm authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    13dc270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a35535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6f23e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2efe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    502485d View commit details
    Browse the repository at this point in the history
  6. rfmt to fix spacing issue

    aryarm authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5bae0ce View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    241c3f2 View commit details
    Browse the repository at this point in the history
  2. try again but with main

    aryarm authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    70e48ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8319686 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca05de1 View commit details
    Browse the repository at this point in the history
  5. try to break dist check

    aryarm authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    7a6eccd View commit details
    Browse the repository at this point in the history
  6. restore dist check

    aryarm authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    80625d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da1cd03 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    7ea61cb View commit details
    Browse the repository at this point in the history
  2. copy trtools pr checklist

    aryarm authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5ec7a44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84fde9d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. copy example from docs

    aryarm authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    74b05a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5afcc42 View commit details
    Browse the repository at this point in the history
  3. fix buggy example in api docs

    aryarm authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0d914e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd1f466 View commit details
    Browse the repository at this point in the history