diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18455e00..654b77e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: os: [macos-latest, ubuntu-20.04] steps: - uses: actions/checkout@v3 - - name: Set up Python 3.7 - uses: actions/setup-python@v2 + - name: Set up Python 3.12 + uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: 3.12 - name: Compile run: | env