Skip to content

Commit 582a84f

Browse files
authored
Merge pull request #80 from cadenmyers13/py14
Add support for python 3.14 and remove support for python 3.11
2 parents 029b781 + b16114f commit 582a84f

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

news/py14.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* <news item>
12+
13+
**Removed:**
14+
15+
* Remove support for Python 3.11.
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

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)