Skip to content
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

Missing Python 3.12 in supported versions list. #35

Closed
bruvelis opened this issue Aug 2, 2024 · 0 comments
Closed

Missing Python 3.12 in supported versions list. #35

bruvelis opened this issue Aug 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bruvelis
Copy link
Contributor

bruvelis commented Aug 2, 2024

Add '3.12' to const supportedVersions in builders/python.js, such as

// Supported versions
const supportedVersions = [
  '3',
  '3.12',
  '3.11',
  '3.10',
  '3.9',
  '3.8',
  '3.7',
  '3.7',
  '3.6',
  '3.5',
  '2.7',
];
@bruvelis bruvelis added the bug Something isn't working label Aug 2, 2024
@reynoldsalec reynoldsalec mentioned this issue Sep 25, 2024
9 tasks
@pirog pirog closed this as completed Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants