Skip to content

Commit 7579f31

Browse files
committed
python requirements change
1 parent f5ce51a commit 7579f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: news/pythonversion.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
**Removed:**
1414

15-
* * Removed support for python 3.10
15+
* Removed support for python `<3.11`
1616

1717
**Fixed:**
1818

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

0 commit comments

Comments
 (0)