tonybaloney / Pyjion

Pyjion - A JIT for Python based upon CoreCLR
https://www.trypyjion.com
MIT License
1.42k stars 59 forks source link

CI: adding Python 3.11 #518

Closed Borda closed 10 months ago

Borda commented 10 months ago

By my understanding the latest py3.11 and 3.12 are missing as at the tome of the last release, these Python versions have not existed, so I would try just naive adding py3.11 to the CI if all tests are passing... :rabbit:

Borda commented 10 months ago

@tonybaloney would you mind in sessting enable running CI on forked PRs? :innocent:

Borda commented 10 months ago

It may be better/easier if #519 lands before this one... :flamingo:

tonybaloney commented 10 months ago

This project won't work on Python 3.11. The byte code and interpreter have changed massively. If anything it should jump to 3.13 support but wouldn't be backwards compatible. The JIT interface has changed as well