-
Notifications
You must be signed in to change notification settings - Fork 167
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
Address python 3.12 deprecations #8046
Comments
Did #8033 solve this issue? |
Only partially. The |
This should be fixed by: 689fd5b. Do you want this separated into its own follow on PR or just keep in in #8093? After some investigation I found that this error is not because |
Note that the multiprocessing actually occurs in |
Perhaps @hbushouse can weigh in on this. He commented on #8033:
|
I'm not opposed to including python 3.12 in our matrix of CI tests, but I'd rather not make it the default for anything, because as of right now there are no plans to deliver the upcoming jwst B10.1 for use with 3.12. It'll still be delivered with 3.11 as the max allowable, at least until we're satisfied that everything is OK under 3.12. Operations will still be running it under 3.11. |
As seen in python 3.12 tests for: #8033
https://github.com/spacetelescope/jwst/actions/runs/6723984874/job/18275278424?pr=8033
There are numerous deprecation warnings...
Use of
os.fork
Use of utcnow
The text was updated successfully, but these errors were encountered: