chore: update ci to use min supported python version (#3777)
This commit is contained in:
2
.github/workflows/code_style_checks.yml
vendored
2
.github/workflows/code_style_checks.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.12"] # Adjust Python version matrix if needed
|
||||
python-version: ["3.11", "3.12", "3.13"] # Adjust Python version matrix if needed
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user