-
Notifications
You must be signed in to change notification settings - Fork 81
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: Test against Python 3.11 #1654
Conversation
Codecov ReportBase: 87.82% // Head: 87.83% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1654 +/- ##
=======================================
Coverage 87.82% 87.83%
=======================================
Files 95 95
Lines 10178 10178
=======================================
+ Hits 8939 8940 +1
+ Misses 1239 1238 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Nope... What is pulling in h5py? We do not use it. |
This comment was marked as outdated.
This comment was marked as outdated.
Installing (building yourself, probably) |
I didn't mean to build h5py from source. The released version wasn't working but since you said it is supposed to work now, let's see. |
From what I can tell from the log, it has to build the wheel itself. See glue-viz/glue#2321 for reference. |
That is kinda painful for something that we don't even use here. |
TST: Allow build numpy/scipy from source when needed from their nightlies TST: Use dev regions for devdeps
We can now officially add Python 3.11 to our CI. 😸 |
Description
This pull request is to see how badly things break in Python 3.11 (using RC2).
Blocked by
No longer an issue
astropy_table_read
for Python 3.11 compatibility glue-viz/glue#2321)Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.