TST: test against CPython 3.13 final#17139
Conversation
|
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
|
👋 Thank you for your draft pull request! Do you know that you can use |
.github/workflows/ci_cron_weekly.yml
Outdated
| toxenv: py313-test-devdeps | ||
|
|
||
| - name: Python 3.12 on macOS (x86_64) with all optional dependencies | ||
| - name: Python 3.13 on macOS (x86_64) with all optional dependencies |
There was a problem hiding this comment.
Python 3.13 with all deps so early in release might not fly...
There was a problem hiding this comment.
yup. Just trying out my luck here. Will revert if (when ?) it comes down crashing into flames.
There was a problem hiding this comment.
Pyarrow is missing wheels on PyPI and fails to build on macOS so I'll revert that part tommorrow and will open a new reminder issue then.
xref
apache/arrow#43519
1addec3 to
e65c127
Compare
| os: macos-13 | ||
| python: '3.12' | ||
| python: '3.13' | ||
| toxenv: py312-test-alldeps |
There was a problem hiding this comment.
Was wondering why it didn't fail. 😆
| toxenv: py312-test-alldeps | |
| toxenv: py313-test-alldeps |
There was a problem hiding this comment.
ah, too good to be true I guess. Thanks for catching it ! 😄
e65c127 to
aa70529
Compare
aa70529 to
4938e71
Compare
pllim
left a comment
There was a problem hiding this comment.
Thanks! Let's get this in. The exotic arch failures are unrelated. I think those are from plethora of recent refactoring in units. I will open new issue for that one.
This comment was marked as resolved.
This comment was marked as resolved.
|
@neutrinoceros are you interested in manual backport? If not, I can look into that tomorrow. Thanks! |
|
I can do it in the morning. Thanks for the ping |
TST: test against CPython 3.13 final
|
done in #17142 |
Backport PR #17139 on branch v6.1.x (TST: test against CPython 3.13 final)
Description
Close #16858 and close #16595
Following #16595, this should be backported