Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/matrix-and-codecov-on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
env:
LATEST_PYTHON_VERSION: "3.12"
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you use diffpy.pdffit2 in a scientific publication, we would like you to cite
Installation
------------

diffpy.pdffit2 requires Python 3.10 or later and
diffpy.pdffit2 requires Python 3.11 or later and
the following external software:

* ``setuptools`` - software distribution tools for Python
Expand Down
4 changes: 2 additions & 2 deletions news/py312.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Added:**

* Python 3.10, 3.11, 3.12 support
* Python 3.11, 3.12 support

**Changed:**

Expand All @@ -12,7 +12,7 @@

**Removed:**

* Python <= 3.9 support
* Python <= 3.10 support

**Fixed:**

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
description = "PDFfit2 - real space structure refinement program."
keywords = ["PDF", "structure refinement"]
readme = "README.rst"
requires-python = ">=3.10, <3.13"
requires-python = ">=3.11, <3.13"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand All @@ -25,7 +25,6 @@ classifiers = [
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Physics',
Expand Down
Loading