From 0c9fad8bf274fad07242df3327dcecf5a59c9f54 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Thu, 23 Oct 2025 21:47:07 -0400 Subject: [PATCH 1/3] chore: change CI work on 3.13 --- .github/workflows/tests-on-pr-no-codecov.yml | 1 + news/workflow.rst | 23 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 news/workflow.rst diff --git a/.github/workflows/tests-on-pr-no-codecov.yml b/.github/workflows/tests-on-pr-no-codecov.yml index aa33e97..26bace5 100644 --- a/.github/workflows/tests-on-pr-no-codecov.yml +++ b/.github/workflows/tests-on-pr-no-codecov.yml @@ -11,6 +11,7 @@ jobs: project: diffpy.srxplanargui c_extension: false headless: false + python_version: 3.13 run: | conda install pre-commit pre-commit run --all-files diff --git a/news/workflow.rst b/news/workflow.rst new file mode 100644 index 0000000..2ba2f24 --- /dev/null +++ b/news/workflow.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Changed CI python workflow to 3.13. + +**Security:** + +* \ No newline at end of file From 7868ef030590933e41e3e2456a22940d979fdb7f Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Thu, 23 Oct 2025 21:55:28 -0400 Subject: [PATCH 2/3] pre-commit auto-fix --- news/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/workflow.rst b/news/workflow.rst index 2ba2f24..482c3f1 100644 --- a/news/workflow.rst +++ b/news/workflow.rst @@ -20,4 +20,4 @@ **Security:** -* \ No newline at end of file +* From 6d3d7c1ac5ac1966631c87a6fc0e10592dd67a65 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Thu, 23 Oct 2025 23:33:31 -0400 Subject: [PATCH 3/3] Update CI python workflow description in news --- news/workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news/workflow.rst b/news/workflow.rst index 482c3f1..54febe6 100644 --- a/news/workflow.rst +++ b/news/workflow.rst @@ -1,6 +1,6 @@ **Added:** -* +* no news needed: Changed CI python workflow to 3.13. **Changed:** @@ -16,7 +16,7 @@ **Fixed:** -* Changed CI python workflow to 3.13. +* **Security:**