Skip to content

Commit dbdddd1

Browse files
committed
add python3.14 and remove support of python 3.11
1 parent 029b781 commit dbdddd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
description = "Python bindings to the ObjCryst++ library."
1818
keywords = ['objcryst', 'atom structure crystallography', 'powder diffraction']
1919
readme = "README.rst"
20-
requires-python = ">=3.11, <3.14"
20+
requires-python = ">=3.12, <3.15"
2121
classifiers = [
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',
@@ -30,9 +30,9 @@ classifiers = [
3030
'Operating System :: POSIX',
3131
'Operating System :: Unix',
3232
'Programming Language :: C++',
33-
'Programming Language :: Python :: 3.11',
3433
'Programming Language :: Python :: 3.12',
3534
'Programming Language :: Python :: 3.13',
35+
'Programming Language :: Python :: 3.14',
3636
'Topic :: Scientific/Engineering :: Physics',
3737
'Topic :: Scientific/Engineering :: Chemistry',
3838
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)