-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Should we bump the minimum python version? #23387
Comments
Closed
See Lines 23 to 26 in aca6884
|
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.9 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (jammy): 3.10 - emsdk: 3.9.2 It also seems like a good idea to choose the emsdk version since that is the version we use for testing and we don't currently have any mechanism to test on anything older than that (which means we currently lack any way to confirm that we really do support 3.6). Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.9 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (jammy): 3.10 - emsdk: 3.9.2 It also seems like a good idea to choose the emsdk version since that is the version we use for testing and we don't currently have any mechanism to test on anything older than that (which means we currently lack any way to confirm that we really do support 3.6). Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.9 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (jammy): 3.10 - emsdk: 3.9.2 It also seems like a good idea to choose the emsdk version since that is the version we use for testing and we don't currently have any mechanism to test on anything older than that (which means we currently lack any way to confirm that we really do support 3.6). Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.8 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (focal): 3.8 - emsdk: 3.9.2 Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.8 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (focal): 3.8 - emsdk: 3.9.2 Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 15, 2025
The reason for picking 3.8 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (focal): 3.8 - emsdk: 3.9.2 Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
sbc100
added a commit
to sbc100/emscripten
that referenced
this issue
Jan 22, 2025
The reason for picking 3.8 here is that it provides all the features we currently have need of, and it available in the places we care about: - debian/stable (bookworm): 3.11 - ubuntu/LTS (focal): 3.8 - emsdk: 3.9.2 Replaces: emscripten-core#23378 Fixes: emscripten-core#23387
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently out minimum supported python version is 3.6. However we do not currently have any tests that are run using python 3.6.
The current debian stable used python 3.11 (https://packages.debian.org/bookworm/python3) and ubuntu/focal LTS uses 3.8 (https://launchpad.net/ubuntu/focal/+package/python3)
emsdk currently ships with 3.9.2, but emscripten-core/emsdk#1477 is attempting to update it to 3.13.
See #23378
The text was updated successfully, but these errors were encountered: