Early Access Program Releases

PyCharm 2023.3 EAP 3 Is Out!

This build brings enhancements to the new type parameter syntax and code assistance for REST_FRAMEWORKS parameters in settings.py.

The Toolbox App is the easiest way to get the EAP builds and keep both your stable and EAP versions up to date. You can also manually download the EAP builds from our website.

Important! PyCharm EAP builds are not fully tested and might be unstable.

Download PyCharm 2023.3 EAP

Enhanced code assistance for new type parameter syntax

With this EAP build, PyCharm provides Rename refactoring for the new style of type aliases. Go To Declaration and Find Usages are also supported.

Code assistance for REST_FRAMEWORK parameters in settings.py

In PyCharm 2023.3, you will be able to navigate to classes by simply clicking on them in the REST_FRAMEWORK variable in settings.py.

  • Enjoy autocompletion for class names and methods, enhancing productivity and reducing errors.

Pycodestyle 2.11

This build also includes the updated version of pycodestyle (2.11), which provides support for Python 3.12.

These are the key updates for this week! The complete list of changes is available in the release notes

We’d like to know your thoughts on these new features. Feel free to share your feedback on X (formerly Twitter), or by leaving comments in the section below. If you spot any bugs, please report them via our issue tracker.

image description