Skip to content

Commit 8726be9

Browse files
Yuchen XiaoYuchen Xiao
authored andcommitted
chore: update supported python versions
1 parent 756ac01 commit 8726be9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
description = "GUI for batch refinements of multiple PDF datasets"
1717
keywords = ['diffraction', 'PDF', 'X-ray', 'neutron']
1818
readme = "README.rst"
19-
requires-python = ">=3.12, <3.15"
19+
requires-python = ">=3.11, <3.14"
2020
classifiers = [
2121
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Console',
@@ -27,9 +27,9 @@ classifiers = [
2727
'Operating System :: Microsoft :: Windows',
2828
'Operating System :: POSIX',
2929
'Operating System :: Unix',
30+
'Programming Language :: Python :: 3.11',
3031
'Programming Language :: Python :: 3.12',
3132
'Programming Language :: Python :: 3.13',
32-
'Programming Language :: Python :: 3.14',
3333
'Topic :: Scientific/Engineering :: Physics',
3434
'Topic :: Scientific/Engineering :: Chemistry',
3535
]

0 commit comments

Comments
 (0)