Skip to content

Update python version in CI #485

@nishika26

Description

@nishika26

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions