File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - nodefaults
55dependencies :
6- - python=3.14
6+ - python=3.13
77 - coloredlogs
88 - conda
99 - cmake
Original file line number Diff line number Diff line change 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/**/*' ]},
You can’t perform that action at this time.
0 commit comments