diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 8998256..79b16ea 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: "windows-2019" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.2,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -35,7 +35,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-hatchling{1.21,latest},build", experimental: False} - - {python-version: "3.13.0-beta.2", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} + - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-hatchlinglatest", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-hatchling{1.21,latest},build", experimental: False} diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index c999c1c..dd811f0 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -23,7 +23,7 @@ jobs: runs-on: "ubuntu-20.04" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.2,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -36,7 +36,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-hatchling{1.21,latest},build", experimental: False} - - {python-version: "3.13.0-beta.2", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} + - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-hatchling{1.21,latest},build", experimental: False} diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 9c17422..a72f782 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -22,7 +22,7 @@ jobs: runs-on: "macos-13" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.2,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -35,7 +35,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-hatchling{1.21,latest},build", experimental: False} - - {python-version: "3.13.0-beta.2", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} + - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} - {python-version: "pypy-3.7", testenvs: "pypy37-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-hatchling{1.21,latest},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-hatchling{1.21,latest},build", experimental: True}