We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 029b781 + b16114f commit 582a84fCopy full SHA for 582a84f
news/py14.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
+
3
+* Add support for Python 3.14.
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
+* Remove support for Python 3.11.
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
pyproject.toml
@@ -17,7 +17,7 @@ maintainers = [
description = "Python bindings to the ObjCryst++ library."
keywords = ['objcryst', 'atom structure crystallography', 'powder diffraction']
readme = "README.rst"
-requires-python = ">=3.11, <3.14"
+requires-python = ">=3.12, <3.15"
classifiers = [
'Development Status :: 5 - Production/Stable',
'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