diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8b14dc..dd839b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout commit - uses: actions/checkout@v3 - - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/checkout@v4 + - name: Set up Python 3.12 + uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' - name: Install dependencies run: | python -m pip install -U pip setuptools wheel