CI: add Python 3.13 and use it for special-case version usage #250
Annotations
1 error and 4 warnings
Set up Python 3.13 with conda
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Set up Python 3.13 with conda
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:201: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.
To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:
conda config --add channels defaults
For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html
deprecated.topic(
|
Set up Python 3.13 with conda
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
Set up Python 3.13 with conda
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides libint 2.7.3dev1.* needed by psi4-1.8-py310ha861995_0
Could not solve for environment specs
The following packages are incompatible
├─ psi4 is installable with the potential options
│ ├─ psi4 [1.8|1.8.1|1.8.2|1.9] would require
│ │ └─ libint 2.7.3dev1.* , which does not exist (perhaps a missing channel);
│ ├─ psi4 [1.9|1.9.1] would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ psi4 [1.9|1.9.1] would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ psi4 [1.9|1.9.1] would require
│ │ └─ python_abi 3.12.* *_cp312, which requires
│ │ └─ python 3.12.* *_cpython, which can be installed;
│ ├─ psi4 [1.9|1.9.1] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ └─ psi4 [1.9|1.9.1] would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
└─ python 3.13** is not installable because there are no viable options
├─ python [3.13.0|3.13.1] 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).
|
Loading