-
The current minimal supported Python is 3.8[^1][^2]. This [still passing](https://github.com/martinfleis/clustergram/actions/runs/11964347578/job/33356502097), but should we update to Python 3.11 to f…
-
## Description
Python 3.8 is [no longer supported](https://devguide.python.org/versions/), its end of life was reached on 2024-10-07.
This impacts our cloud security modules, for example, that c…
-
Python Version Support for pyjpboatrace= 3.9.
Update pyproject.toml or setup.py to indicate that Python 3.8 is no longer supported.
## Reference:
- [PEP 569 – Python 3.8 Release Schedule](https:/…
-
It seems none of the server uses Python 3.8. But I suspect the Google Colabs of our courses, our instructions may still contain some 3.8.
Additionally, we should recommend moving away from conda
- […
-
Upstream dependencies (e.g., pandas, numba, numpy, scanpy, etc) are starting to drop Python 3.8 support. We should do so as well.
Related to #839
-
It's this time of the year again: python 3.13 is out and 3.8 is officially EOL. Currently the tests dont succeed yet under 3.13. Waiting for pint to fix an issue, see [here](https://github.com/hgrecco…
-
[Python 3.8 has reached its end of life](https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983).
How do we want to handle this?
-
### Context
In the future, when we bump KFP SDK, we 'll also have to bump to a newer python version. This could be a blocker
```
/home/runner/work/kfp-operators/kfp-operators/tests/integration/co…
-
Python 3.8 is EOL this month (October 2024).
Update Python package to target abi39 in Rust and >=3.9 in the Python project.
We can add 3.13 support at the same time.
This will require migrating man…
-
On request of @AbuBaniaz
````
| checking consistency of all components of python development environment... no
| configure: WARNING:
| Could not link test program to Python. Maybe the main Py…