diff --git a/.github/workflows/testing_multiversion.yml b/.github/workflows/testing_multiversion.yml index a095bf1d..7a9daab0 100644 --- a/.github/workflows/testing_multiversion.yml +++ b/.github/workflows/testing_multiversion.yml @@ -17,7 +17,7 @@ jobs: # Using matrix strategy strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: # Check out repo and set up Python diff --git a/pyproject.toml b/pyproject.toml index 390ae825..0ee559df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "photutils<2.0", "psutil>=5.9.0", "pynxtools-mpes>=0.2.2", - "pynxtools>=0.10.6", + "pynxtools>=0.10.7", "pyyaml>=6.0.0", "scipy>=1.8.0", "symmetrize>=0.5.5", diff --git a/tests/test_processor.py b/tests/test_processor.py index cb3b50f5..3fbc4924 100644 --- a/tests/test_processor.py +++ b/tests/test_processor.py @@ -1236,7 +1236,7 @@ def test_save(caplog) -> None: ) assert ( caplog.messages[0] - == "WARNING: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is " + == "ERROR: The data entry corresponding to /ENTRY[entry]/SAMPLE[sample]/name is " "required and hasn't been supplied by the reader." ) assert (