Skip to content
Open
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
1 change: 0 additions & 1 deletion .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ jobs:
project: diffpy.labpdfproc
c_extension: false
headless: false
run: pip install gooey
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 0 additions & 2 deletions docs/source/examples/labpdfprocapp-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ To launch the GUI, run one of the following commands in your terminal,
labpdfproc
labpdfproc --gui

.. note:: Note that the GUI is currently not supported on Python>=3.12.

This will open the GUI, which should look something like,

.. image:: ../img/labpdfproc-gui.jpeg
Expand Down
23 changes: 23 additions & 0 deletions news/gooey-fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Removed support for Python 3.10 and 3.11.

**Fixed:**

* <news item>

**Security:**

* <news item>
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers = [
description = "Tools for processing x-ray powder diffraction data from laboratory sources."
keywords = ['powder XRD', 'absorption correction', 'PDF', 'diffpy']
readme = "README.rst"
requires-python = ">=3.10, <3.15"
requires-python = ">=3.12, <3.15"
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand All @@ -28,8 +28,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',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
Expand Down
1 change: 1 addition & 0 deletions requirements/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ diffpy.utils
pandas
scipy
wxpython
gooey
Loading