-
Notifications
You must be signed in to change notification settings - Fork 10
Update python version in CI #485
Copy link
Copy link
Closed
Description
Locally we are making sure that we are at the 3.12 version of python, while in our CI the version is specified as 3.11, this needs an update.
Why this matters:
- Silent bugs - Code passing CI tests may fail in production (or vice versa)
- Dependency incompatibilities - Package behavior differs between Python versions
- Missing language features - Python 3.12 features won't be caught by 3.11 CI checks
Action needed: Update CI configuration to use Python 3.12 to match development/production environment
Reactions are currently unavailable