We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5239628 commit 103f1f4Copy full SHA for 103f1f4
1 file changed
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [
14
description = "General utilities for analyzing diffraction data"
15
keywords = ['text data parsers', 'wx grid', 'diffraction objects']
16
readme = "README.rst"
17
-requires-python = ">=3.12, <3.15"
+requires-python = ">=3.11, <3.15"
18
classifiers = [
19
'Development Status :: 5 - Production/Stable',
20
'Environment :: Console',
@@ -25,6 +25,7 @@ classifiers = [
25
'Operating System :: Microsoft :: Windows',
26
'Operating System :: POSIX',
27
'Operating System :: Unix',
28
+ 'Programming Language :: Python :: 3.11',
29
'Programming Language :: Python :: 3.12',
30
'Programming Language :: Python :: 3.13',
31
'Programming Language :: Python :: 3.14',
0 commit comments