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 - #175
build: Add support for python 3.14 and remove support for python 3.11#175stevenhua0320 wants to merge 5 commits into
Conversation
* skpkg: setup CI after migrating tests, src, requirements, and .github folder (diffpy#151) * skpkg: migrate src folder * skpkg: migrate tests folder * skpkg: list dependencies in requirements folder * skpkg: add CI and issue/PR templates * skpkg: add pyproject.toml * skpkg: standardize files by removing examples and adding back necessary scripts * skpkg: modify copyright years and contributors in a missed file * style: changed line length to 115 and ran pre-commit again * fix: testing if adding .github/workflow will pass CI * [pre-commit.ci] auto fixes from pre-commit hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * skpkg: add configuration files for pre-commit, readthedocs, codecov (diffpy#152) * skpkg: add config files for pre-commit * skpkg: add config files readthedocs, codecov, GitHub * style: remove stashed change indicators and modify code of conducts to pass pre-commit * skpkg: migrate documentation, README, and public static files (diffpy#153) * skpkg: migrate documentation * skpkg: add config files for authors, changelog, code of conduct, license * skpkg: add README.rst * skpkg: add news files * chore: add back necessary lines from the files * chore: fix files according to comments in the review --------- Co-authored-by: zmx27 <95781012+zmx27@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…iles (diffpy#156) * ci: add docformatter config block and run pre-commit to apply them to files * chore: add news file for this change
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## john-development #175 +/- ##
=================================================
Coverage 91.96% 91.96% =================================================
Files 7 7 Lines 112 112 =================================================
Hits 103 103 Misses 9 9
🚀 New features to boost your workflow:
|
sbillinge
commented
Jan 21, 2026
@john-halloran@stevenhua0320 I would like to do the first release from 3.11 to 3.13 (or maybe to 3.14) so we have a 3.11 version out there in case someone wants it. We can maybe make this part of a second release shortly after the first one, or maybe better, just make this 3.11 - 3.14. For other projects this is not an issue because there will be a 3.11 version on conda-forge at an earlier release level if someone needs it. |
sbillinge
commented
Feb 7, 2026
closing as it will be easier to redo these edits on the package after we merge John's edits. |
@sbillinge ready to review, Closes#172