Skip to content

Commit b732bce

Browse files
authored
Merge pull request #221 from cadenmyers13/py10
Re-add python 3.10 and 3.11
2 parents a645d40 + ec61fd0 commit b732bce

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

news/py10.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Add back support for Python 3.10 and 3.11.
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
1818
keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy']
1919
readme = "README.rst"
20-
requires-python = ">=3.12, <3.15"
20+
requires-python = ">=3.10, <3.15"
2121
classifiers = [
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',
@@ -28,6 +28,8 @@ classifiers = [
2828
'Operating System :: Microsoft :: Windows',
2929
'Operating System :: POSIX',
3030
'Operating System :: Unix',
31+
'Programming Language :: Python :: 3.10',
32+
'Programming Language :: Python :: 3.11',
3133
'Programming Language :: Python :: 3.12',
3234
'Programming Language :: Python :: 3.13',
3335
'Programming Language :: Python :: 3.14',

0 commit comments

Comments
 (0)