Skip to content

Python 3.15.0a3

Choose a tag to compare

@Mr0grog Mr0grog released this 17 Dec 03:23
· 44 commits to main since this release
7748246

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