python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Test Python 3.12 pre-releases #83

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Add "3.12" to the matrix along with set allow-prereleases: true so we don't have to use "3.12-dev" and change it later.

Plus refactor the other config to make it closer to our other repos, and use "3.x" for deploying; this will be a recent stable, which is 3.11 now.