chore: update Python version to 3.12 in GitHub Actions workflow

This commit is contained in:
deesiigneer
2026-01-17 19:02:52 +00:00
parent 6da906e0d1
commit 047dbb38d0

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9 ]
python-version: [ 3.12 ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}