Skip to content

Commit ffac9ca

Browse files
authored
Merge pull request #222 from cadenmyers13/gooey-fix
fix: updates related to gooey being released up to 3.14
2 parents 52f002c + 3ce0b2a commit ffac9ca

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ jobs:
1111
project: diffpy.labpdfproc
1212
c_extension: false
1313
headless: false
14-
run: pip install gooey
1514
secrets:
1615
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs/source/examples/labpdfprocapp-example.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ To launch the GUI, run one of the following commands in your terminal,
3333
labpdfproc
3434
labpdfproc --gui
3535
36-
.. note:: Note that the GUI is currently not supported on Python>=3.12.
37-
3836
This will open the GUI, which should look something like,
3937

4038
.. image:: ../img/labpdfproc-gui.jpeg

news/gooey-fix.rst

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

pyproject.toml

Lines changed: 1 addition & 3 deletions
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.10, <3.15"
20+
requires-python = ">=3.12, <3.15"
2121
classifiers = [
2222
'Development Status :: 5 - Production/Stable',
2323
'Environment :: Console',
@@ -28,8 +28,6 @@ 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',
3331
'Programming Language :: Python :: 3.12',
3432
'Programming Language :: Python :: 3.13',
3533
'Programming Language :: Python :: 3.14',

requirements/conda.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ diffpy.utils
33
pandas
44
scipy
55
wxpython
6+
gooey

0 commit comments

Comments
 (0)