Skip to content

Commit d6cc05d

Browse files
committed
readd support for python 3.10
1 parent ed1dfb9 commit d6cc05d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "General utilities for analyzing diffraction data"
1515
keywords = ['text data parsers', 'wx grid', 'diffraction objects']
1616
readme = "README.rst"
17-
requires-python = ">=3.11, <3.15"
17+
requires-python = ">=3.10, <3.15"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -25,6 +25,7 @@ classifiers = [
2525
'Operating System :: Microsoft :: Windows',
2626
'Operating System :: POSIX',
2727
'Operating System :: Unix',
28+
'Programming Language :: Python :: 3.10',
2829
'Programming Language :: Python :: 3.11',
2930
'Programming Language :: Python :: 3.12',
3031
'Programming Language :: Python :: 3.13',

0 commit comments

Comments
 (0)