Skip to content

Commit cf12149

Browse files
authored
Merge pull request #104 from bobleesj/remove-3.10
Remove 3.10 Python support
2 parents 183e4ed + f893b50 commit cf12149

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
24-
python-version: ["3.10", "3.11", "3.12"]
24+
python-version: ["3.11", "3.12"]
2525
env:
2626
LATEST_PYTHON_VERSION: "3.12"
2727
steps:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you use diffpy.pdffit2 in a scientific publication, we would like you to cite
7272
Installation
7373
------------
7474

75-
diffpy.pdffit2 requires Python 3.10 or later and
75+
diffpy.pdffit2 requires Python 3.11 or later and
7676
the following external software:
7777

7878
* ``setuptools`` - software distribution tools for Python

news/py312.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Added:**
22

3-
* Python 3.10, 3.11, 3.12 support
3+
* Python 3.11, 3.12 support
44

55
**Changed:**
66

@@ -12,7 +12,7 @@
1212

1313
**Removed:**
1414

15-
* Python <= 3.9 support
15+
* Python <= 3.10 support
1616

1717
**Fixed:**
1818

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
description = "PDFfit2 - real space structure refinement program."
1515
keywords = ["PDF", "structure refinement"]
1616
readme = "README.rst"
17-
requires-python = ">=3.10, <3.13"
17+
requires-python = ">=3.11, <3.13"
1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Console',
@@ -25,7 +25,6 @@ classifiers = [
2525
'Operating System :: Microsoft :: Windows',
2626
'Operating System :: POSIX',
2727
'Operating System :: Unix',
28-
'Programming Language :: Python :: 3.10',
2928
'Programming Language :: Python :: 3.11',
3029
'Programming Language :: Python :: 3.12',
3130
'Topic :: Scientific/Engineering :: Physics',

0 commit comments

Comments
 (0)