Skip to content

Commit 796c0ff

Browse files
committed
Python 3.11
1 parent a9af9d3 commit 796c0ff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
miniforge-version: latest
2222
activate-environment: mslice-env
2323
environment-file: environment.yml
24+
conda-remove-defaults = "true"
2425
auto-activate-base: false
2526

2627
- name: Install Mantid

conda/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python:
2-
- 3.12
2+
- 3.11
33

44
setuptools:
55
- 75.1.0

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- conda-forge
44
- mantid
55
- mantid/label/nightly
6-
- nodefaults
76
dependencies:
87
- coverage
98
- coveralls
@@ -14,4 +13,4 @@ dependencies:
1413
- pyqt
1514
- qtconsole
1615
- qtpy
17-
- python=3.10
16+
- python=3.11

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ authors = [
1212
]
1313
description = "Visualise and slice data from Mantid"
1414
readme = "README.md"
15-
requires-python = ">=3.10"
15+
requires-python = ">=3.11"
1616
classifiers = [
17-
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
1818
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1919
"Operating System :: OS Independent",
2020
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)