Skip to content

Inconsistent Python versions used in GitHub Actions builds #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
itzpr3d4t0r opened this issue Dec 19, 2022 · 1 comment
Closed

Inconsistent Python versions used in GitHub Actions builds #159

itzpr3d4t0r opened this issue Dec 19, 2022 · 1 comment
Labels
involves:github_actions Related to config files for GH actions

Comments

@itzpr3d4t0r
Copy link
Member

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.

@itzpr3d4t0r itzpr3d4t0r added the involves:github_actions Related to config files for GH actions label Dec 19, 2022
@itzpr3d4t0r
Copy link
Member Author

This is a duplicate of #143. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
involves:github_actions Related to config files for GH actions
Projects
None yet
Development

No branches or pull requests

1 participant