You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently noticed that our GitHub Actions builds use different Python versions for different operating systems. Specifically, the builds for macOS use Python 3.11, the builds for Ubuntu use Python 3.10, and the builds for Windows use Python 3.9 or something similar.
Instead of viewing this as a problem, I believe it is an opportunity for us to expand our build configurations and ensure compatibility with a wider range of Python versions. This will allow us to support a larger number of users and potentially attract a wider audience.
The text was updated successfully, but these errors were encountered:
I recently noticed that our GitHub Actions builds use different Python versions for different operating systems. Specifically, the builds for macOS use Python 3.11, the builds for Ubuntu use Python 3.10, and the builds for Windows use Python 3.9 or something similar.
Instead of viewing this as a problem, I believe it is an opportunity for us to expand our build configurations and ensure compatibility with a wider range of Python versions. This will allow us to support a larger number of users and potentially attract a wider audience.
The text was updated successfully, but these errors were encountered: