diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ca13247..0aa5e6d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pytest_cgal.yml b/.github/workflows/pytest_cgal.yml index 8b8f91b..99ba589 100644 --- a/.github/workflows/pytest_cgal.yml +++ b/.github/workflows/pytest_cgal.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - python-version: ["3.10"] + python-version: ["3.12"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/pytest_cgal_custom_recipe.yml b/.github/workflows/pytest_cgal_custom_recipe.yml index 3196f8c..2178113 100644 --- a/.github/workflows/pytest_cgal_custom_recipe.yml +++ b/.github/workflows/pytest_cgal_custom_recipe.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pytest_cgal_windows.yml b/.github/workflows/pytest_cgal_windows.yml index 0d8f3da..896f5dd 100644 --- a/.github/workflows/pytest_cgal_windows.yml +++ b/.github/workflows/pytest_cgal_windows.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - python-version: ["3.11"] + python-version: ["3.12"] os: [windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/pytest_windows.yml b/.github/workflows/pytest_windows.yml index 6aafc8e..d6c19d4 100644 --- a/.github/workflows/pytest_windows.yml +++ b/.github/workflows/pytest_windows.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - python-version: ["3.11"] + python-version: ["3.12"] os: [windows-latest] runs-on: ${{ matrix.os }} steps: