Skip to content

Commit 1c9e79d

Browse files
authored
Add requires-python = ">=3.11, <=3.13" in pyprojet.toml
1 parent 0058c91 commit 1c9e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainers = [
1515
description = "Peak extraction and peak fitting tool for atomic pair distribution functions."
1616
keywords = ['peak extraction fitting PDF AIC multimodeling']
1717
readme = "README.rst"
18-
requires-python = ">=3.10"
18+
requires-python = ">=3.11, <=3.13"
1919
classifiers = [
2020
'Development Status :: 3 - Alpha',
2121
'Environment :: Console',

0 commit comments

Comments
 (0)