Iโd like to add Python 3.14 pre-release to my GitHub actions for a Python project, and I canโt seem to get it to work.
Iโve got โruns-on: ubuntu-latestโ.
Iโve tried python: [โฆ,โ3.14โ] and also โ3.14-rc.2โ]
Anyone know the secret incantation to get this to work?
8 days ago