Skip to content

Commit

Permalink
Merge pull request #49 from cadenmyers13/pyproject
Browse files Browse the repository at this point in the history
change minimum python version to 3.11
  • Loading branch information
sbillinge authored Oct 30, 2024
2 parents 604852c + 7579f31 commit c580bd1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions news/pythonversion.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Removed support for python `<3.11`

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion news/APItutorial.rst → news/tutorialdoc.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Added:**

* Add tutorial to API
* Add tutorial to documentation

**Changed:**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "Tool for visualizing 3D diffraction and PDF Images."
keywords = ['diffraction', 'pdf', 'pair distribution function', 'gui']
readme = "README.rst"
requires-python = ">=3.10, <3.14"
requires-python = ">=3.11, <3.14"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit c580bd1

Please sign in to comment.