diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 35abda30..1a0ae7db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.12", "pypy3.9"] + python-version: ["3.9", "3.13", "pypy3.9"] include: - python-version: "3.8" cmake-extras: "-DCMAKE_CXX_STANDARD=17" @@ -106,7 +106,7 @@ jobs: matrix: include: - os: ubuntu-latest - build: cp312-manylinux_x86_64 + build: cp313-manylinux_x86_64 - os: windows-2019 build: cp38-win32 - os: windows-2019 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e7377314..223c1344 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python: [37, 38, 39, 310, 311, 312] + python: [37, 38, 39, 310, 311, 312, 313] arch: [aarch64] steps: - uses: actions/checkout@v4