Skip to content

Commit d9e435d

Browse files
chore: add support for python 3.14 and remove for 3.11 (#174)
1 parent 077ff42 commit d9e435d

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

news/python-3.14.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Support for Python 3.14
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Support for Python 3.11
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
@@ -15,7 +15,7 @@ maintainers = [
1515
description = "Peak extraction and peak fitting tool for atomic pair distribution functions."
1616
keywords = ['peak extraction', 'fitting', 'PDF', 'AIC', 'multimodeling']
1717
readme = "README.rst"
18-
requires-python = ">=3.11, <3.14"
18+
requires-python = ">=3.12, <3.15"
1919
classifiers = [
2020
'Development Status :: 3 - Alpha',
2121
'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',
3130
'Programming Language :: Python :: 3.12',
3231
'Programming Language :: Python :: 3.13',
32+
'Programming Language :: Python :: 3.14',
3333
'Topic :: Scientific/Engineering :: Physics',
3434
'Topic :: Scientific/Engineering :: Chemistry',
3535
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)