Skip to content

Commit 9bb79e7

Browse files
authored
Merge pull request #24 from ycexiao/python-version
fix: set `python>=3.11,<3.14`
2 parents 002f62e + 3ef3906 commit 9bb79e7

3 files changed

Lines changed: 28 additions & 5 deletions

File tree

cookiecutter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu",
44
"maintainer_names": "Yuchen Xiao, Simon Billinge",
55
"maintainer_emails": "yx2924@columbia.edu, sbillinge@ucsb.edu",
6-
"maintainer_github_usernames": "ycexiao, sbillinge",
6+
"maintainer_github_usernames": "sbillinge",
77
"contributors": "Yuchen Xiao, Simon Billinge and members of the Billinge group",
88
"license_holders": "diffpy.apps contributors",
99
"project_name": "diffpy.apps",
@@ -13,8 +13,8 @@
1313
"package_dir_name": "diffpy.apps",
1414
"project_short_description": "User applications to help with tasks using diffpy packages",
1515
"project_keywords": "diffraction, PDF, X-ray, neutron",
16-
"minimum_supported_python_version": "3.12",
17-
"maximum_supported_python_version": "3.14",
16+
"minimum_supported_python_version": "3.11",
17+
"maximum_supported_python_version": "3.13",
1818
"project_needs_c_code_compiled": "No",
1919
"project_has_gui_tests": "No"
2020
}

news/python-version.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: Use ``python>=3.11,<3.14``.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
description = "User applications to help with tasks using diffpy packages"
1717
keywords = ['diffraction', 'PDF', 'X-ray', 'neutron']
1818
readme = "README.rst"
19-
requires-python = ">=3.12, <3.15"
19+
requires-python = ">=3.11, <3.14"
2020
classifiers = [
2121
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Console',
@@ -27,9 +27,9 @@ classifiers = [
2727
'Operating System :: Microsoft :: Windows',
2828
'Operating System :: POSIX',
2929
'Operating System :: Unix',
30+
'Programming Language :: Python :: 3.11',
3031
'Programming Language :: Python :: 3.12',
3132
'Programming Language :: Python :: 3.13',
32-
'Programming Language :: Python :: 3.14',
3333
'Topic :: Scientific/Engineering :: Physics',
3434
'Topic :: Scientific/Engineering :: Chemistry',
3535
]

0 commit comments

Comments
 (0)