Skip to content

Commit 3ebe094

Browse files
committed
Upgrade to Python 3.13 instead
We need to finish unpinning matplotlib before we can upgrade to 3.14 Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent 3be73fe commit 3ebe094

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
export CONDA_SOLVER=libmamba
9797
9898
# Specify the Python version in the package here
99-
export CONDA_PY=314
99+
export CONDA_PY=313
100100
101101
HEXRD_PACKAGE_CHANNEL=${HEXRD_PACKAGE_CHANNEL} HEXRDGUI_OUTPUT_FOLDER=output/ cpack
102102
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
python-version: ['3.11', '3.14']
16+
python-version: ['3.11', '3.13']
1717
config:
1818
- {
1919
name: "Linux",

packaging/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python=3.14
6+
- python=3.13
77
- coloredlogs
88
- conda
99
- cmake

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
'Programming Language :: Python :: 3.11',
4242
'Programming Language :: Python :: 3.12',
4343
'Programming Language :: Python :: 3.13',
44-
'Programming Language :: Python :: 3.14',
4544
],
4645
packages=find_packages(),
4746
package_data={'hexrdgui': ['resources/**/*']},

0 commit comments

Comments
 (0)