diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e5317e6..a18a8140 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,14 +21,14 @@ jobs: platform: linux - os: windows ls: dir - interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 + interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 - os: windows ls: dir target: aarch64 - interpreter: 3.11 3.12 3.13 + interpreter: 3.11 3.12 3.13 3.14 - os: macos target: aarch64 - interpreter: 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 + interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10 - os: ubuntu platform: linux target: aarch64 @@ -44,11 +44,11 @@ jobs: - os: ubuntu platform: linux target: ppc64le - interpreter: 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 - os: ubuntu platform: linux target: s390x - interpreter: 3.9 3.10 3.11 3.12 3.13 + interpreter: 3.9 3.10 3.11 3.12 3.13 3.14 runs-on: ${{ matrix.os }}-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d137709d..1fbce01f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [Ubuntu, MacOS, Windows] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] defaults: run: shell: bash