Replies: 2 comments 1 reply
-
One downside is that it appears that system Python for Big Sur is still 3.7.
I'm not sure how many users depend on that vs an updated version via |
Beta Was this translation helpful? Give feedback.
-
As of release 0.47.0 I've dropped support for python 3.7. There were features I wanted to use in 3.8 and I figure that supporting the last 3 releases of Python (3.8, 3.9, 3.10) is sufficient. (python 3.11 is in alpha now) It's very easy to install python from python.org or just use brew to install pipx then |
Beta Was this translation helpful? Give feedback.
-
osxphotos currently works with python 3.7+. There are some features of 3.8 I'd like to use -- e.g.
@functools.cached_property
that would allow me to really simplify some of the code. I plan to soon drop support for python 3.7. If this is a big limitation for you, please discuss here.Beta Was this translation helpful? Give feedback.
All reactions