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

Confirm support for Python 3.13 and drop 3.8 #195

Merged
merged 8 commits into from
Oct 15, 2024
Merged

Confirm support for Python 3.13 and drop 3.8 #195

merged 8 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Update Python versions in "pytest" workflow

    - Add Python 3.13
    - Drop Python 3.8
    khaeru committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ae635a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bd846 View commit details
    Browse the repository at this point in the history
  3. Bump mypy, ruff versions

    - mypy v1.11.1 → v1.12.0
    - ruff v0.6.0 → v0.6.9
    khaeru committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1443dc3 View commit details
    Browse the repository at this point in the history
  4. Use standard collections for type hints

    Python ≥3.9 feature.
    khaeru committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3638d63 View commit details
    Browse the repository at this point in the history
  5. Partly revert d10dd4a

    Remove pyarrow from tests dependencies.
    khaeru committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcb7959 View commit details
    Browse the repository at this point in the history
  6. Add #195 to doc/whatsnew

    khaeru committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7a6af21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae42006 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f113ca View commit details
    Browse the repository at this point in the history