diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97b182b..7bf571d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,13 +13,13 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-rc - 3.12" + - "3.12" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}