home.social

#python313 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #python313, aggregated by home.social.

  1. New releases!

    🐍 #Python 3.15.0a8!
    🐍 Python 3.14.4!
    🐍 Python 3.13.13!
    🖼️ Pillow 12.2.0!

    blog.python.org/2026/04/python
    pillow.readthedocs.io/en/lates

    ⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

    New in this alpha:

    🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
    🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
    docs.python.org/3.15/whatsnew/
    🦋 REPL: colour tab completion with fancycompleter

    #Python313 #Python314 #Python315 #Pillow #release

  2. New releases!

    🐍 #Python 3.15.0a8!
    🐍 Python 3.14.4!
    🐍 Python 3.13.13!
    🖼️ Pillow 12.2.0!

    blog.python.org/2026/04/python
    pillow.readthedocs.io/en/lates

    ⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

    New in this alpha:

    🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
    🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
    docs.python.org/3.15/whatsnew/
    🦋 REPL: colour tab completion with fancycompleter

    #Python313 #Python314 #Python315 #Pillow #release

  3. New releases!

    🐍 #Python 3.15.0a8!
    🐍 Python 3.14.4!
    🐍 Python 3.13.13!
    🖼️ Pillow 12.2.0!

    blog.python.org/2026/04/python
    pillow.readthedocs.io/en/lates

    ⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

    New in this alpha:

    🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
    🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
    docs.python.org/3.15/whatsnew/
    🦋 REPL: colour tab completion with fancycompleter

    #Python313 #Python314 #Python315 #Pillow #release

  4. New releases!

    🐍 #Python 3.15.0a8!
    🐍 Python 3.14.4!
    🐍 Python 3.13.13!
    🖼️ Pillow 12.2.0!

    blog.python.org/2026/04/python
    pillow.readthedocs.io/en/lates

    ⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

    New in this alpha:

    🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
    🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
    docs.python.org/3.15/whatsnew/
    🦋 REPL: colour tab completion with fancycompleter

    #Python313 #Python314 #Python315 #Pillow #release

  5. New releases!

    🐍 #Python 3.15.0a8!
    🐍 Python 3.14.4!
    🐍 Python 3.13.13!
    🖼️ Pillow 12.2.0!

    blog.python.org/2026/04/python
    pillow.readthedocs.io/en/lates

    ⚠️ Final 3.15 alpha: only 4 weeks until the feature freeze! 🧊

    New in this alpha:

    🧵 PEP 803: “abi3t”: Stable ABI for free-threaded builds
    🪟 Windows 64-bit binaries use the tail-calling interpreter for up to 40% speedup!
    docs.python.org/3.15/whatsnew/
    🦋 REPL: colour tab completion with fancycompleter

    #Python313 #Python314 #Python315 #Pillow #release

  6. Just released! 🚀🐍

    Python 3.14.2 (and 3.13.11)

    Waiting for the .2 to upgrade? This one's especially for you!

    So soon? We found some regressions, so here’s an expedited pair of releases. They also come with bonus security fixes.

    discuss.python.org/t/python-3-

    #Python #CPython #Python314 #Python313 #release

  7. Just released: blurb 1.3.0 🚀

    blurb is the CLI we use for managing CPython's news/changelog entries.

    🗞️ Add support for Python 3.13

    🗞️ Drop support for Python 3.8

    🗞️ Generate digital attestations for PyPI (PEP 740)

    🗞️ Allow running blurb test from blurb-* directories by

    🗞️ Add version subcommand

    🗞️ Generate __version__ at build to avoid slow importlib.metadata

    pypi.org/project/blurb/1.3.0/

    #Python #CPython #blurb #release #CLI #changelog #news #PEP740 #Python313 #Python38

  8. 🐍2️⃣🚀 The **final** release candidate of Python 3.13 is out!

    ➡️ Library maintainers, please upload wheels to PyPI **now**, especially if you have compiled extensions (there are no more ABI changes), so everything is in place for the big 3.13.0 release in 3 weeks!

    🔒 Also! Security releases have been made for the full set of Python 3.8 - 3.12. Please upgrade!

    ℹ️ discuss.python.org/t/python-3-

    🧪 dev.to/hugovk/help-test-python

    #Python #Python313 #RC #RC2 #Python312 #Python311 #Python310 #Python39 #Python38

  9. 🐍1️⃣🚀 The first of two Python 3.13 release candidates is out now!

    "Call to action

    "We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built against Python 3.13.0rc1 **will work** with future versions of Python 3.13."

    discuss.python.org/t/python-3-

    dev.to/hugovk/help-test-python

    #Python #Python313 #RC #RC1

  10. 🚀🧵🐍 Big thanks to @lysnikolaou of Quansight Labs for helping us get @pillow ready for free-threaded Python 3.13 (we did some work at the @europython sprints).

    See labs.quansight.org/blog/free-t and py-free-threading.github.io to learn more.

    We also upload nightly free-threaded (cp313t) wheels to help the community test:
    anaconda.org/scientific-python

    And we'll upload them to PyPI as part of the Q3 release in October.

    #Python #Python313 #PEP703 #FreeThreaded #EuroPython #EuroPython2024

  11. 🐍🧪 Python 3.13 beta 2 is out!

    discuss.python.org/t/3-13-0b2-

    The macOS installer joins the Windows installer in adding an option to install free-threaded binaries as python3.13t, making it even easier to try it out.

    See github.com/python/cpython/issu for all the details, and dev.to/hugovk/help-us-test-fre for an overview.

    #python #CPython #python313 #PEP703 #FreeThreaded
    #JustDontCallItNoGIL #macOS

  12. 🐍🧪 Python 3.13.0 is due out in October 2024 and work is underway to implement *experimental support* for PEP 703 "Making the Global Interpreter Lock Optional in CPython".

    As the Steering Council noted in their acceptance of the PEP, to succeed it's important to have community support.

    I wrote a little guide on how you can help test out the beta in your project, and help us find bugs in CPython:

    dev.to/hugovk/help-us-test-fre
    #python #CPython #python313 #PEP703 #FreeThreaded
    #JustDontCallItNoGIL

  13. 🚀🧵🐍 Big thanks to @lysnikolaou of Quansight Labs for helping us get @pillow ready for free-threaded Python 3.13 (we did some work at the @europython sprints).

    See labs.quansight.org/blog/free-t and py-free-threading.github.io to learn more.

    We also upload nightly free-threaded (cp313t) wheels to help the community test:
    anaconda.org/scientific-python

    And we'll upload them to PyPI as part of the Q3 release in October.

    #Python #Python313 #PEP703 #FreeThreaded #EuroPython #EuroPython2024

  14. 🚀🧵🐍 Big thanks to @lysnikolaou of Quansight Labs for helping us get @pillow ready for free-threaded Python 3.13 (we did some work at the @europython sprints).

    See labs.quansight.org/blog/free-t and py-free-threading.github.io to learn more.

    We also upload nightly free-threaded (cp313t) wheels to help the community test:
    anaconda.org/scientific-python

    And we'll upload them to PyPI as part of the Q3 release in October.

    #Python #Python313 #PEP703 #FreeThreaded #EuroPython #EuroPython2024

  15. 🚀🧵🐍 Big thanks to @lysnikolaou of Quansight Labs for helping us get @pillow ready for free-threaded Python 3.13 (we did some work at the @europython sprints).

    See labs.quansight.org/blog/free-t and py-free-threading.github.io to learn more.

    We also upload nightly free-threaded (cp313t) wheels to help the community test:
    anaconda.org/scientific-python

    And we'll upload them to PyPI as part of the Q3 release in October.

    #Python #Python313 #PEP703 #FreeThreaded #EuroPython #EuroPython2024

  16. 🚀🧵🐍 Big thanks to @lysnikolaou of Quansight Labs for helping us get @pillow ready for free-threaded Python 3.13 (we did some work at the @europython sprints).

    See labs.quansight.org/blog/free-t and py-free-threading.github.io to learn more.

    We also upload nightly free-threaded (cp313t) wheels to help the community test:
    anaconda.org/scientific-python

    And we'll upload them to PyPI as part of the Q3 release in October.

    #Python #Python313 #PEP703 #FreeThreaded #EuroPython #EuroPython2024

  17. Okay, time to schedule some major rewrites. I noticed the deprecation warnings when moving platforms to Ubuntu recently, and now the version removing the APIs has been released.

    DeprecationWarning: 'cgitb' is deprecated and slated for removal in Python 3.13
    DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    Meanwhile, let's just change the shebang to "python3.12" instead of "python3"...

    #python313 #deprecated #movingtarget

  18. Okay, time to schedule some major rewrites. I noticed the deprecation warnings when moving platforms to Ubuntu recently, and now the version removing the APIs has been released.

    DeprecationWarning: 'cgitb' is deprecated and slated for removal in Python 3.13
    DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

    Meanwhile, let's just change the shebang to "python3.12" instead of "python3"...

    #python313 #deprecated #movingtarget

  19. Just released: Python 3.14.0 release candidate 2! 🚀🐍

    🪄 This was planned for 2025-08-26, but we fixed a bug that required bumping the magic number stored in bytecode (.pyc) files

    🪄 This means .pyc files created for rc1 will be recompiled for rc2

    🪄 The ABI isn’t changing

    🪄 Wheels built for rc1 should be fine for rc2, rc3 and 3.14.x

    🤖 Did I mention Android binaries?

    🏆 Bonus: We also released an early Python 3.13.7!

    discuss.python.org/t/python-3-
    #Python #CPython #Python314 #Python313 #release

  20. Python 3.13.6 has been released:

    "Python 3.13 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. 3.13.6 is the sixth maintenance release of 3.13, containing around 200 bugfixes, build improvements and documentation changes since 3.13.5."

    discuss.python.org/t/python-3-

    #Python313 #Python #CPython #release

  21. Just released: Python 3.14.0a7 🚀
    Just released: Python 3.13.3 🚀🚀
    Just released: Python 3.12.10 🚀🚀🚀
    Just released: Python 3.11.12 🚀🚀🚀🚀
    Just released: Python 3.10.17 🚀🚀🚀🚀🚀
    Just released: Python 3.9.22 🚀🚀🚀🚀🚀🚀

    Last 3.14 alpha! Less than a month to get new features in before beta!

    Last 3.12 bugfix release! Now in security fix only!

    And security releases of 3.9-3.11.

    Please upgrade 3.9-3.13!

    Please test 3.14!

    discuss.python.org/t/python-3-

    #Python #CPython #release #Python314 #Python313 #PythonEtc

  22. Yesterday, Django 5.1.3 was released with support for Python 3.13 🚀

    Now you can use the latest stable versions of Python and Django together ✨

    Try it in your Django-based projects or packages, and send back your feedback 💬

    CC @django

  23. And... Uvicorn 0.32.0 released! 😎

    ✅ Officially support for Python 3.13

    github.com/encode/uvicorn

  24. One week after the release of Python 3.13.0, 20% of the top 360 PyPI packages have explicitly declared support.

    pyreadiness.org/3.13/

    #Python #Python313 #PythonReadiness

  25. Dün gece eski python sürümlerinden Python-3.10.15'i ve son sürümü Python-3.13.0'yı indirdim, ama bilgisayarı -yada sâdece python'u- kararsız veya çalışamaz hâle getirmekten korkup vazgeçtim!

    Eski kodları çalıştırmak için eski python sürümlerini de ekleme ile ilgili özel yöntemler var, ama henüz daha kolay anlaşılabilir şekilde anlatan bir yer karşıma çıkmadı!

    Aslında "kafanı kuma gömmek" gibi olacağından istemiyordum, ama ileriye gidemezsem geri dönmek zorunda kalabilirim!

    #python #python313

  26. Python ile ne yapacağımı bilemiyorum!

    Henüz daha öğrenmeye yeni başlamış ve bir şeyler yapıyorken kodlarım birden çalışmaz oldu ve nasıl düzelteceğimi öğrenmeye nereden başlayacağımı bile bilmiyorum!

    Sanırım Arduino ile oynamaya geri döneceğim!

    #python #python313 #arduino

  27. Neden indirdiğim Python kodlarının çoğu çalışmıyor?!

    Py5 modülü istedi onu da ekledim, ama hâlâ çalışmıyor!

    Ben daha öğrenmeye çalışan bir python öğrencisiyim, neden her şeyi zorlaştırıyorsunuz?

    Üstelik İngilizce de bilmiyorum ve bâzan bir ilkokul öğrencisinin bile kolayca anlayabileceği tavsiye ve cevapları anlayamayabiliyorum!

    mastodon.online/@villares@pyne

    #python #python312 #python313 #py5

  28. CW: Сьомого жовтня вийшов Python 3.13.0.

    В ньому як завжди збільшили продуктивність. В експериментальному режимі додали можливість вимкнути GIL та увімкнути JIT компіляцію. Але це все фігня, а от оновлений інтерактивний режим інтерпретатора це трохи цікавіше.

    1. Додали трохи кольорів для підсвічування.
    2. Спростили роботу з багаторядковими блоками в консолі. Тепер не потрібно редагувати кожен рядок окремо, а можна цілий блок.
    3. Для кращого читання рядків документації (docstrings) зробили автоматичне обрізання зайвих пробілів на початку кожного рядка.

    Більше нововведень

    #python #python313 #cpython #release #випуск #новина

  29. Daha Python 3.12 ile tamamen kaldırılan yada değiştirilen bâzı özelliklerin ne olduğunu ve artık ne yapmam gerektiğini anlayamamışken (hiç bakmadığım için hâlâ öğrenemedim!) Python sürümü 3.13'e yükselmiş!

    #python #python313
    _______
    • ALL of Python 3.13's MAJOR typing changes : youtube.com/watch?v=6AbERjf9h_

  30. The best way to install Python 3.13 on Ubuntu 24.04? 👀

    Just upgrade to Ubuntu 24.10 (Oracular Oriole) and you will find Python 3.13 already packaged for you 🪄

    Python 3.12 is also included, so you can continue to use it if you need it 🐍

  31. On October 7, 20204, exactly the same day Python 3.13 was released, the package for Ubuntu 24.10 (which will be released today) was already available ⚡

    packages.ubuntu.com/oracular/p

    Kudos to the maintainers for the great job of packaging Python for Debian and Ubuntu 👏

  32. The rate at which is being adopted is the best I've seen. Homebrew added [email protected] within about 24 hours about 24 hours after that it's now the `python3`.

  33. Having said that, Shantanu Jain's analysis of 1,312 packages he depends upon at work shows even better adoption for 3.13 than 3.10-3.12.

    discuss.python.org/t/adoption-

    #Python #Python313

  34. Python 3.13 is out! 🚀

    discuss.python.org/t/python-3-

    According to pyreadiness.org/3.13/ a little bit of the top 360 packages are ready for 3.13 as for 3.12, but both much more than for 3.11 or 3.10.

    It's likely most will work for 3.13, thanks to everyone who tested early.

    2024-10-07:
    59 packages (16.4%) support 3.13

    2023-10-02:
    68 packages (18.9%) support 3.12

    2022-10-24:
    39 packages (10.8%) support 3.11

    2021-10-04:
    38 packages (10.6%) support 3.10

    #Python #Python313 #PythonReadiness

  35. Python 3.8 is officially EOL 🔚

    As @ambv wrote:
    "... it’s time to move on to newer, greater things. Whether it’s typing generics in built-in collections, pattern matching, except*, low-impact monitoring, or a new pink REPL ... So upgrade today!"

    discuss.python.org/t/python-3-

  36. So the new #python313 seems to now do most of what ipython did...

  37. Do you have burning questions about the current state of and all of the goodies being released in ? 🐍

    Join me, @trallard, @ambv and @pauleveritt TODAY at 17:00 CEST as we discuss this and more! 🎉

    youtube.com/live/GPwYSf1t8Lw