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 intodiffpy:mainfrom
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:
|
|
Please see the comment in diffpy/diffpy.snmf#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. |
|
@stevenhua0320 yes that would be great if you have the bandwidth. Let me know if not |
|
@sbillinge I think this one could be repackaged using |
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 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.