Skip to content

Commit 0f3236c

Browse files
committed
support
1 parent 70ecd70 commit 0f3236c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

news/support.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.13
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Support for python 3.10
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 = "Tool for visualizing 3D diffraction and PDF Images."
1515
keywords = ['diffraction', 'pdf', 'pair distribution function', 'gui']
1616
readme = "README.rst"
17-
requires-python = ">=3.10, <3.13"
17+
requires-python = ">=3.11, <3.14"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -28,6 +28,7 @@ classifiers = [
2828
'Programming Language :: Python :: 3.10',
2929
'Programming Language :: Python :: 3.11',
3030
'Programming Language :: Python :: 3.12',
31+
'Programming Language :: Python :: 3.13',
3132
'Topic :: Scientific/Engineering :: Physics',
3233
'Topic :: Scientific/Engineering :: Chemistry',
3334
]

0 commit comments

Comments
 (0)