We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1dfb9 commit d6cc05dCopy full SHA for d6cc05d
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.11, <3.15"
+requires-python = ">=3.10, <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.10',
29
'Programming Language :: Python :: 3.11',
30
'Programming Language :: Python :: 3.12',
31
'Programming Language :: Python :: 3.13',
0 commit comments