-
Notifications
You must be signed in to change notification settings - Fork 63
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
[SCSB-145] require Python 3.10 #817
[SCSB-145] require Python 3.10 #817
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #817 +/- ##
========================================
Coverage 60.58% 60.58%
========================================
Files 16 16
Lines 6649 6649
========================================
Hits 4028 4028
Misses 2621 2621 ☔ View full report in Codecov by Sentry. |
Thanks @zacharyburnett, I think that tox.ini and ci_workflows should be updated as well with this PR? The latter is causing errors trying to install '3.1' which is peculiar... |
@zacharyburnett - looks like tox still has references to 3.9 and can be moved from 3.10 - 3.12 in the environment setups. |
@BradleySappington @zacharyburnett - I wanted to check in for a status on this PR? It would be nice to get this merged in soon if possible, since the py3.9 lack of support is causing test failures for other PRs at this point. Thanks! |
python 3.10 is now our legacy and 3.12 is now our latest
I apologize! I have been occupied by the JWST pipeline release and regression tests; these commits look good to me! |
Legacy numpy can be 1.21.6
Thank you both! And no worries, no need to apologize @zacharyburnett. I completely sympathize on having too many things to be occupied with, ha. All too often... |
resolves SCSB-145
propagate Astropy's deprecation of Python 3.9 to downstream packages
Note
this PR was generated automatically by
batchpr
🤖