diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71239d7..d5c8420 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - { os: ubuntu-latest, img: "python:3.10-slim", python: "3.10", toxenv: py310, cache: ~/.cache/pip } - { os: ubuntu-latest, img: "python:3.11-slim", python: "3.11", toxenv: py311, cache: ~/.cache/pip } - { os: ubuntu-latest, img: "python:3.12-slim", python: "3.12", toxenv: py312, cache: ~/.cache/pip } - - { os: ubuntu-latest, img: "python:3.13-slim", python: "3.13", toxenv: py312, cache: ~/.cache/pip } + - { os: ubuntu-latest, img: "python:3.13-slim", python: "3.13", toxenv: py313, cache: ~/.cache/pip } - { os: macos-latest, python: "3.12", toxenv: py312, cache: ~/Library/Caches/pip } - { os: windows-latest, python: "3.12", toxenv: py312, cache: ~\AppData\Local\pip\Cache } - { os: ubuntu-latest, img: "python:3.13-slim", toxenv: lint, cache: ~/.cache/pip }