Update remaining tests to python 3.13 #844
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.13.0rc1-h3b4618f_0_cp313t
Could not solve for environment specs
The following packages are incompatible
├─ flux-core 0.59.0** is installable with the potential options
│ ├─ flux-core 0.59.0 would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ flux-core 0.59.0 would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ flux-core 0.59.0 would require
│ │ └─ python_abi 3.12.* *_cp312, which requires
│ │ └─ python 3.12.* *_cpython, which can be installed;
│ ├─ flux-core 0.59.0 would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ └─ flux-core 0.59.0 would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
├─ paramiko 3.5.0** is installable and it requires
│ └─ bcrypt >=3.2 with the potential options
│ ├─ bcrypt [3.2.0|3.2.1|...|4.2.0] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ bcrypt 3.2.0 would require
│ │ └─ python_abi 3.6 *_pypy36_pp73, which requires
│ │ └─ python 3.6.* *_73_pypy, which can be installed;
│ ├─ bcrypt 3.2.0 would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ bcrypt [3.2.0|3.2.1|3.2.2] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ bcrypt 3.2.0 would require
│ │ └─ python_abi 3.7 *_pypy37_pp73, which requires
│ │ └─ python 3.7.* *_73_pypy, which can be installed;
│ ├─ bcrypt [3.2.0|3.2.1|...|4.2.0] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ bcrypt [3.2.0|3.2.1|...|4.2.0] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ ├─ bcrypt [3.2.1|3.2.2] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which requires
│ │ └─ python 3.8.* *_73_pypy, which can be installed;
│ ├─ bcrypt [3.2.1|3.2.2|...|4.2.0] would require
│ │ ├─ pypy3.9 [>=7.3.13 |>=7.3.15 ], which requires
│ │ │ └─ python 3.9.* *_73_pypy, which can be installed;
│ │ └─ python_abi 3.9 *_pypy39_pp73, which requires
│ │ └─ python 3.9.* *_73_pypy, which can be installed;
│ ├─ bcrypt [3.2.2|4.0.1|...|4.2.0] would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ bcrypt [4.0.1|4.1.1|4.1.2|4.1.3|4.2.0] would require
│ │ └─ python_abi 3.12.* *_cp312, which can be installed (as previously explained);
│ ├─ bcrypt 4.0.1 would require
│ │ └─ pypy3.8 >=7.3.11 with the potential options
│ │ ├─ pypy3.8 7.3.11 would require
│ │ │ └─ python 3.8.* *_73_pypy, which can be installed;
│ │ └─ pypy3.8 7.3.11 would require
│ │ └─ python 3.8.* *_7.3_pypy, which can be installed;
│ ├─ bcrypt 4.0.1 would require
│ │ └─ pypy3.9 >=7.3.12 with the potential options
│ │ ├─ pypy3.9 7.3.12 would require
│ │ │ └─ python 3.9.* *_7.3_pypy, which can be installed;
│ │ └─ pypy3.9 [7.3.12|7.3.13|7.3.15|7.3.16], which can be installed (as previously explained);
│ └─ bcrypt 4.2.0 would require
│ └─ python_abi 3.13.* *_cp313 with the potential options
│ ├─ python_abi 3.13 would require
│ │ └─ python 3.13.* *_cpython, which can be installed;
│ └─ python_abi 3.13 would require
│ └─ python 3.13.* *_cp313, which can be installed;
└─ python 3.13** is not installable because there are no viable options
├─ python 3.13.0 conflicts with any installable versions previously reported;
└─ python [3.13.0rc1|3.13.0rc2|3.13.0rc3] would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|