diff --git a/news/python-313.rst b/news/python-313.rst new file mode 100644 index 0000000..4b34bb4 --- /dev/null +++ b/news/python-313.rst @@ -0,0 +1,23 @@ +**Added:** + +* Support for Python 3.13 + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* Support for Python 3.10 + +**Fixed:** + +* + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index abb955f..e81c7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ description = "Peak extraction and peak fitting tool for atomic pair distribution functions." keywords = ['peak extraction fitting PDF AIC multimodeling'] readme = "README.rst" -requires-python = ">=3.10" +requires-python = ">=3.11, <3.14" classifiers = [ 'Development Status :: 3 - Alpha', 'Environment :: Console', @@ -27,9 +27,9 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', 'Operating System :: Unix', - 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Topic :: Scientific/Engineering :: Physics', 'Topic :: Scientific/Engineering :: Chemistry', 'Topic :: Software Development :: Libraries', diff --git a/src/diffpy/srmise/applications/__init__.py b/src/diffpy/srmise/applications/__init__.py index fda9404..e5d2f41 100644 --- a/src/diffpy/srmise/applications/__init__.py +++ b/src/diffpy/srmise/applications/__init__.py @@ -12,4 +12,4 @@ # ############################################################################## -# __init__.py file for spplications module +# __init__.py file for applications module