-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Activate Py 3.10 builds #1027
Activate Py 3.10 builds #1027
Conversation
Guessing there are missing dependencies |
Co-authored-by: jakirkham <jakirkham@gmail.com>
🤦🏽 Was reading setup-python documentation but we use setup-conda. I'll keep digging. Worst case, I'll create a simple workflow that uses setup-python. Edit: yeah, https://anaconda.org/conda-forge/python/labels doesn't seem to have any builds yet. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1027 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 34 34
Lines 13785 13788 +3
=======================================
+ Hits 13778 13781 +3
Misses 7 7 |
Pushed directly to Likely just too premature, sadly. |
Yeah unfortunately. There are people starting to look into it That said, adding Python 3.10 makes a lot of sense |
Fair enough. Dropped the 3.11b1 build and re-opened. |
Thanks Josh! 🙏 |
Also just as a note, we added Python 3.10 to Numcodecs in PR ( zarr-developers/numcodecs#318 ) |
With the freeze for Python 3.11 (https://www.python.org/downloads/release/python-3110b1/), I thought it would make sense to at least try out the latest in a PR. We likely will want to re-evaluate the matrix and perhaps set some items to optional.