Skip to content

Commit cfda207

Browse files
committed
rm python 3.14 support and add python 3.11 support
1 parent 74bacce commit cfda207

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

news/bump-version.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "Complex modeling infrastructure: a modular framework for multi-modal modeling of scientific data."
1515
keywords = ['modelling', 'regression', 'diffraction', 'PDF', 'complex-modeling']
1616
readme = "README.rst"
17-
requires-python = ">=3.12, <3.15"
17+
requires-python = ">=3.11, <3.14"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -25,9 +25,9 @@ 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',
30-
'Programming Language :: Python :: 3.14',
3131
'Topic :: Scientific/Engineering :: Physics',
3232
'Topic :: Scientific/Engineering :: Chemistry',
3333
]

0 commit comments

Comments
 (0)