pyiron / pyiron_atomistics

pyiron_atomistics - an integrated development environment (IDE) for atomistic simulation in computational materials science.
https://pyiron-atomistics.readthedocs.io
BSD 3-Clause "New" or "Revised" License
42 stars 15 forks source link

Enable Python 3.9 tests again - for lower bound #1504

Closed jan-janssen closed 1 month ago

jan-janssen commented 1 month ago
  ├─ python 3.9**  is installable with the potential options
  │  ├─ python [3.9.0|3.9.1|...|3.9.9] would require
  │  │  └─ python_abi 3.9.* *_cp39, which can be installed;
  │  └─ python [3.9.0|3.9.1|...|3.9.7], which can be installed;
  └─ scipy 1.14.0**  is not installable because there are no viable options
     ├─ scipy 1.14.0 would require
     │  ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
     │  └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
     ├─ scipy 1.14.0 would require
     │  ├─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
     │  └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
     └─ scipy 1.14.0 would require
        └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported.
coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10054184506

Details


Totals Coverage Status
Change from base Build 10052707704: 0.0%
Covered Lines: 10701
Relevant Lines: 15091

💛 - Coveralls