-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
python 3.13 blog #2314
python 3.13 blog #2314
Conversation
✅ Deploy Preview for conda-forge-previews ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
blog/2024-09-24-python313.md
Outdated
|
||
conda install python-jit | ||
|
||
Note that the JIT is available only for x86_64 builds of python in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't looked into that, but can you add a reason why? Or a tracking issue for the architecture limitation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Messaging is clear and the content is perfect. I just added a couple suggestions about style and a clarification question for the GIL package.
Maybe what I'm missing is to have a little paragraph saying thanks / acknowledging folks who have worked on this topic, if there are any others!
Thanks for all the work!
blog/2024-09-24-python313.md
Outdated
You can create a new environment with python 3.13 by running the | ||
command: | ||
|
||
conda create -n py313 python=3.13 -c conda-forge/label/python_rc -c conda-forge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conda create -n py313 python=3.13 -c conda-forge/label/python_rc -c conda-forge | |
conda create -n py313 python=3.13 --override-channels -c conda-forge/label/python_rc -c conda-forge |
Do you think we should emphasize this for folks mixing channels?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really should make strict channel priority the default in conda. When creating environments, I don't think this changes anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted: conda/conda#14274
blog/2024-09-24-python313.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename the file to blog/2024-09-24-python-313.md
(mind the dash between python
and 313
), for SEO purposes?
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Great post! BTW, I'm showing this PR today here at PyData Paris in a lighting talk. Folks are excited for all these Python options. |
Merging so Filipe can link to the main website :P |
PR Checklist:
docs/
orcommunity/
, you have added it to the sidebar in the corresponding_sidebar.json
file