Skip to content

Commit c25ff6a

Browse files
authored
Merge pull request #26 from sbillinge/python314
python314
2 parents 1638b93 + 30e6abe commit c25ff6a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

news/python314.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Add python 3.14 support
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Configuration utilities for project. Part of xPDFsuite"
1515
keywords = ['diffpy', 'pdf', 'data interpretation']
1616
readme = "README.rst"
17-
requires-python = ">=3.11, <3.14"
17+
requires-python = ">=3.11, <3.15"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -28,6 +28,7 @@ classifiers = [
2828
'Programming Language :: Python :: 3.11',
2929
'Programming Language :: Python :: 3.12',
3030
'Programming Language :: Python :: 3.13',
31+
'Programming Language :: Python :: 3.14',
3132
'Topic :: Scientific/Engineering :: Physics',
3233
'Topic :: Scientific/Engineering :: Chemistry',
3334
]

0 commit comments

Comments
 (0)