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

run CI on python=3.13 #9681

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

run CI on python=3.13 #9681

wants to merge 7 commits into from

Commits on Oct 25, 2024

  1. don't install dask

    reason: `dask-expr` depends on `pyarrow`, which doesn't support python
    3.13 yet
    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    196af5d View commit details
    Browse the repository at this point in the history
  2. don't install pydap

    reason: depends on `webob`, which makes use of `cgi`, a stdlib that got
    removed in python 3.13
    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5f86b8 View commit details
    Browse the repository at this point in the history
  3. run CI on python 3.13

    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    98cadef View commit details
    Browse the repository at this point in the history
  4. same for windows

    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b51957e View commit details
    Browse the repository at this point in the history
  5. classifier

    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ddda851 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into py313

    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    592695c View commit details
    Browse the repository at this point in the history
  7. whats-new

    keewis committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b5f7c61 View commit details
    Browse the repository at this point in the history