Skip to content

Commit 103f1f4

Browse files
committed
add support back for python 3.11
1 parent 5239628 commit 103f1f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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.12, <3.15"
17+
requires-python = ">=3.11, <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.11',
2829
'Programming Language :: Python :: 3.12',
2930
'Programming Language :: Python :: 3.13',
3031
'Programming Language :: Python :: 3.14',

0 commit comments

Comments
 (0)