We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029b781 commit dbdddd1Copy full SHA for dbdddd1
pyproject.toml
@@ -17,7 +17,7 @@ maintainers = [
17
description = "Python bindings to the ObjCryst++ library."
18
keywords = ['objcryst', 'atom structure crystallography', 'powder diffraction']
19
readme = "README.rst"
20
-requires-python = ">=3.11, <3.14"
+requires-python = ">=3.12, <3.15"
21
classifiers = [
22
'Development Status :: 5 - Production/Stable',
23
'Environment :: Console',
@@ -30,9 +30,9 @@ classifiers = [
30
'Operating System :: POSIX',
31
'Operating System :: Unix',
32
'Programming Language :: C++',
33
- 'Programming Language :: Python :: 3.11',
34
'Programming Language :: Python :: 3.12',
35
'Programming Language :: Python :: 3.13',
+ 'Programming Language :: Python :: 3.14',
36
'Topic :: Scientific/Engineering :: Physics',
37
'Topic :: Scientific/Engineering :: Chemistry',
38
'Topic :: Software Development :: Libraries',
0 commit comments