Uh oh!
There was an error while loading. Please reload this page.
build: Add support for python 3.14 and remove support for python 3.11 - #206
build: Add support for python 3.14 and remove support for python 3.11#206stevenhua0320 wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #206 +/- ##
=======================================
Coverage 99.31% 99.31% =======================================
Files 5 5 Lines 292 292 =======================================
Hits 290 290 Misses 2 2 🚀 New features to boost your workflow:
|
sbillinge
commented
Jan 21, 2026
Please see the comment in diffpy/diffpy.stretched-nmf#175 Per @stevenhua0320 comment above, @cadenmyers13 it seems that this needs to be re-scikit-packaged to bring it up to date. @stevenhua0320, @cadenmyers13 is working to get this released, but I think it could help him out if you could do the re-packaging to make sure everything is up to date. |
cadenmyers13
commented
Jan 21, 2026
@stevenhua0320 yes that would be great if you have the bandwidth. Let me know if not |
stevenhua0320
commented
Jan 21, 2026
@sbillinge I think this one could be repackaged using |
sbillinge
commented
Jan 22, 2026
that is correct. There will be very little to be done I think, so it may all go in on a single PR, but just see. After this is done we can be sure htat everything is correctly aligned. However, before you do that, I think there was some work we were doing on scikit-package. Please could you look over there and see if there are any open PRs or issues? It would be good to close them and then use this to test any changes didn't break anything. |
@sbillinge We should close this because |
sbillinge
commented
Feb 27, 2026
Please make a new issue to update code to latest python when Gooey supports it and I will close this. |
sbillinge
commented
Feb 27, 2026
I think this can be fixed by pip installing gooey. Let's look into this. |
cadenmyers13
commented
Mar 4, 2026
@sbillinge Did some functional testing and everything worked well. tested all 3 commands and it worked smoothly. I did forget about this PR though. Do we want to merge and try to do another rc release? you're referenced comment above should be handled |
sbillinge
commented
Mar 4, 2026
I think I would like to do the full release of 0.3.0 at 3.11-3.13 and then we can merge this and immediately do a 0.4.0 release that is 3.12 - 3.14. This has the advantage that there is a version that covers 3.11 to 3.14, but also that the current version is following the group standard so we don't have to keep track of some packages that diverge. |
@sbillinge Ready to review, Closes#203
P.S After the workflow run, I realized that
diffpy.labpdfprocstill uses the old version of workflow fortest-on-pr, that is why the python version is hard-coded in the workflow and did not run the latest version of python.