diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 19658f7..1c7cc8b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ "3.9", "3.10", "3.11", "3.12" ] + python-version: [ "3.9", "3.12" ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies