-
### Preconditions
- [X] Requirements fulfilled
- [X] The known issues did not answer my question
- [X] The question has not been asked in the past or the answer does not satisfy me
- [X] There is cur…
-
For RHEL OS, check if python3.8 exists. If not found, print a warning.
-
### What feature should we add?
Python 3.8 is EOL, So I think we need to drop Python 3.8 from version supported.
When we drop Python 3.8, we can use generic type-alias which are added in Python 3.…
-
`pyproject.toml` has `requires-python = ">=3.8.0"`, but [Python 3.8 has reached end of life](https://peps.python.org/pep-0569/#lifespan). Can we drop it?
It would allow to eliminate all three uses of…
-
Thanks for making tooldantic!
The current version of the package does not work for python 3.8 because of an import `from typing import Annotated`. See below for some examples.
One potential sol…
-
Per https://devguide.python.org/versions/, Python 3.8 is now EOL.
Unless there is a specific reason to keep it around I think we should drop it.
From what I've seen when 3.7 was dropped, the dep…
-
what the title says
-
### Bug Description
See https://www.python.org/downloads/release/python-380/
From Python downloads
```
3.8 end of life, last release was 3.8.20
First Released 2019-10-14
End of Support 2024-10…
-
**Describe the bug**
I cannot load the mace_mp calculator by running `from mace.calculators import mace_mp`.
I'm getting:
```
Python 3.7.4 (default, Jun 18 2023, 14:26:56)
[GCC 10.3.0] on linux
…
-