Skip to content

Commit 5d04ec2

Browse files
committed
drop 3.10 and 3.11 support
1 parent 0c4e3ed commit 5d04ec2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
1818
keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy']
1919
readme = "README.rst"
20-
requires-python = ">=3.10, <3.15"
20+
requires-python = ">=3.12, <3.15"
2121
classifiers = [
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',
@@ -28,8 +28,6 @@ classifiers = [
2828
'Operating System :: Microsoft :: Windows',
2929
'Operating System :: POSIX',
3030
'Operating System :: Unix',
31-
'Programming Language :: Python :: 3.10',
32-
'Programming Language :: Python :: 3.11',
3331
'Programming Language :: Python :: 3.12',
3432
'Programming Language :: Python :: 3.13',
3533
'Programming Language :: Python :: 3.14',

0 commit comments

Comments
 (0)