Skip to content

Commit c580bd1

Browse files
authored
Merge pull request #49 from cadenmyers13/pyproject
change minimum python version to 3.11
2 parents 604852c + 7579f31 commit c580bd1

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

Diff for: news/pythonversion.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+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Removed support for python `<3.11`
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

Diff for: news/APItutorial.rst renamed to news/tutorialdoc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Added:**
22

3-
* Add tutorial to API
3+
* Add tutorial to documentation
44

55
**Changed:**
66

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)