Update remaining tests to python 3.13 #221
Annotations
1 error and 2 warnings
build
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
build
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
build
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _python_rc needed by python-3.12.0rc3-rc3_hab00c5b_1_cpython
Could not solve for environment specs
The following packages are incompatible
├─ executorlib 0.0.2** is installable and it requires
│ └─ python >=3.9,<3.13 with the potential options
│ ├─ python [3.10.0|3.10.1|...|3.9.9], which can be installed;
│ └─ python [3.12.0rc3|3.13.0rc1|3.13.0rc2|3.13.0rc3] would require
│ └─ _python_rc, which does not exist (perhaps a missing channel);
└─ python 3.13** is not installable because there are no viable options
├─ python [3.12.0rc3|3.13.0rc1|3.13.0rc2|3.13.0rc3], which cannot be installed (as previously explained);
└─ python 3.13.0 conflicts with any installable versions previously reported.
|