Python version support #68
artofscience
started this conversation in
General
Replies: 1 comment
-
|
From 3.8 and upwards is probably fine. Most systems come with >=3.8 now I think, at least Ubuntu and MacOS. Supporting lower versions is probably not too hard, we might just need to change the f-string prints |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I added a Workflow that runs the tests via
python -m pytest tests/for Python versions 3.8 and 3.9. I found we included some features that are not supported by versions < 3.8. What version do we intend to support?Beta Was this translation helpful? Give feedback.
All reactions