Skip to content

Commit 70ecd70

Browse files
authored
Merge pull request #36 from cadenmyers13/python313
restrict to python < 3.13
2 parents f012d64 + 583fcc4 commit 70ecd70

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

news/python.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* support for python < 3.13
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

+1-1
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"
17+
requires-python = ">=3.10, <3.13"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',

0 commit comments

Comments
 (0)