We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c8f8e commit f8c4896Copy full SHA for f8c4896
pyproject.toml
@@ -14,7 +14,7 @@ maintainers = [
14
description = "Shared utilities for diffpy packages."
15
keywords = ["text data parsers", "wx grid", "diffraction objects"]
16
readme = "README.rst"
17
-requires-python = ">=3.10"
+requires-python = ">=3.8"
18
classifiers = [
19
'Development Status :: 5 - Production/Stable',
20
'Environment :: Console',
@@ -26,6 +26,8 @@ classifiers = [
26
'Operating System :: POSIX',
27
'Operating System :: Unix',
28
'Programming Language :: Python :: 2.7',
29
+ 'Programming Language :: Python :: 3.8',
30
+ 'Programming Language :: Python :: 3.9',
31
'Programming Language :: Python :: 3.10',
32
'Programming Language :: Python :: 3.11',
33
'Programming Language :: Python :: 3.12',
0 commit comments