From 41f94f9da8d26ed3f41a75e5f456a5f10bd5dafd Mon Sep 17 00:00:00 2001 From: Yuchen Xiao Date: Tue, 12 May 2026 15:35:18 -0400 Subject: [PATCH 1/2] fix: set `python>=3.11,<3.14` --- cookiecutter.json | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 74a39c2..6b2f039 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -3,7 +3,7 @@ "author_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu", "maintainer_names": "Yuchen Xiao, Simon Billinge", "maintainer_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu", - "maintainer_github_usernames": "ycexiao, sbillinge", + "maintainer_github_usernames": "sbillinge", "contributors": "Yuchen Xiao, Simon Billinge and members of the Billinge group", "license_holders": "diffpy.apps contributors", "project_name": "diffpy.apps", @@ -13,8 +13,8 @@ "package_dir_name": "diffpy.apps", "project_short_description": "User applications to help with tasks using diffpy packages", "project_keywords": "diffraction, PDF, X-ray, neutron", - "minimum_supported_python_version": "3.12", - "maximum_supported_python_version": "3.14", + "minimum_supported_python_version": "3.11", + "maximum_supported_python_version": "3.13", "project_needs_c_code_compiled": "No", "project_has_gui_tests": "No" } diff --git a/pyproject.toml b/pyproject.toml index ce61d46..dcf5f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ maintainers = [ description = "User applications to help with tasks using diffpy packages" keywords = ['diffraction', 'PDF', 'X-ray', 'neutron'] readme = "README.rst" -requires-python = ">=3.12, <3.15" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -27,9 +27,9 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', - 'Programming Language :: Python :: 3.14', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Chemistry', ] From 3ef390614360d8561608b7d6e3f373d93d69b888 Mon Sep 17 00:00:00 2001 From: Yuchen Xiao Date: Tue, 12 May 2026 15:39:52 -0400 Subject: [PATCH 2/2] chore: add news --- news/python-version.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/python-version.rst diff --git a/news/python-version.rst b/news/python-version.rst new file mode 100644 index 0000000..2511351 --- /dev/null +++ b/news/python-version.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Use ``python>=3.11,<3.14``. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*