diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e1628ae..30e8e52 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 63e3ef5..a8944eb 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -24,11 +24,9 @@ jobs: build: strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, macos-latest, macos-13, windows-latest] exclude: - - python-version: '3.8' - os: macos-latest - python-version: '3.9' os: macos-latest runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d6db76..a1f3b97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [38, 39, 310, 311, 312] + python-version: [39, 310, 311, 312, 313] manylinux-image: [manylinux2014] arch: [auto, aarch64] @@ -58,7 +58,7 @@ jobs: strategy: matrix: os: [macos-latest, macos-13, windows-latest] - python-version: [38, 39, 310, 311, 312] + python-version: [39, 310, 311, 312, 313] exclude: - python-version: '38' os: macos-latest diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c73b68e..9b9634c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [38, 39, 310, 311, 312] + python-version: [39, 310, 311, 312, 313] manylinux-image: [manylinux2014] arch: [auto, aarch64] @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: [macos-latest, macos-13, windows-latest] - python-version: [38, 39, 310, 311, 312] + python-version: [39, 310, 311, 312, 313] exclude: - python-version: '38' os: macos-latest