Skip to content

Commit f8c4896

Browse files
committed
adding support for p3.8 and 3.9 for the time being.
1 parent 40c8f8e commit f8c4896

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Shared utilities for diffpy packages."
1515
keywords = ["text data parsers", "wx grid", "diffraction objects"]
1616
readme = "README.rst"
17-
requires-python = ">=3.10"
17+
requires-python = ">=3.8"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -26,6 +26,8 @@ classifiers = [
2626
'Operating System :: POSIX',
2727
'Operating System :: Unix',
2828
'Programming Language :: Python :: 2.7',
29+
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
2931
'Programming Language :: Python :: 3.10',
3032
'Programming Language :: Python :: 3.11',
3133
'Programming Language :: Python :: 3.12',

0 commit comments

Comments
 (0)