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

TST: switch all jobs to Python 3.13 #20

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neutrinoceros
Copy link

@neutrinoceros neutrinoceros commented Oct 9, 2024

This is an experimental/explorative PR to survey compatibility with Python 3.13 downstream of the core lib. I intend to offer help where (and if) necessary.

Status:

  • meta: requiringastropy[all] in this CI is blocked by [Python][Packaging] Support Python 3.13 and upload wheels apache/arrow#43519 (but can be worked around or maybe even removed as it doesn't seem needed for most packages)
  • astroquery is blocked by mocpy Support python 3.13 cds-astro/mocpy#179
  • ccdproc has one very minor incompatibility with NumPy 2.0 (which is already patched on the dev branch), nothing to see here
  • reproject may actually need something from astropy[all] that's not in astropy[recommended] (test collection fails with E ModuleNotFoundError: No module named 'gwcs')
  • sunpy has two distinct failure modes:

@neutrinoceros
Copy link
Author

trying out running with astropy[recommended] instead of astropy[all] to avoid requiring pyarrow in CI for now

@neutrinoceros
Copy link
Author

pyarrow 1.18.0 is out now. Let's try this again.

@neutrinoceros
Copy link
Author

The problem with reproject persists even though I'm back to including astropy[all]

@neutrinoceros
Copy link
Author

mocpy now has a 3.13-compatible release so I expect astroquery to go green, let's see if anythin else does

@neutrinoceros
Copy link
Author

neutrinoceros commented Nov 25, 2024

results:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant