Python 3.15.0a3
The third alpha release of Python 3.15.0 is now available as:
mr0grog/circle-python-pre:3.15.0a3(Standard)mr0grog/circle-python-pre:3.15.0a3t(Free-threaded, or without the GIL.) Poetry is not yet supported in this build.
Release announcement: https://blog.python.org/2025/12/python-3150-alpha-3.html
Use it in your CircleCI config file:
version: 2.1
jobs:
name_of_your_job:
docker:
- image: mr0grog/circle-python-pre:3.15.0a3
steps:
# Job steps go here!
workflows:
ci:
jobs:
- name_of_your_job