Skip to content

Commit

Permalink
remove 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lalo authored Oct 4, 2023
1 parent 7521de3 commit f85e492
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- { version: "3.9", base_path: /opt/python/cp39-cp39/, include_dir_name: python3.9/ }
- { version: "3.10", base_path: /opt/python/cp310-cp310/, include_dir_name: python3.10/ }
- { version: "3.11", base_path: /opt/python/cp311-cp311/, include_dir_name: python3.11/ }
- { version: "3.12", base_path: /opt/python/cp312-cp312/, include_dir_name: python3.12/ }
fail-fast: false
steps:
# v1 must be used because newer versions require a node.js version that will not run on this old image.
Expand All @@ -60,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -154,7 +153,6 @@ jobs:
- { version: "3.9", base_path: /opt/python/cp39-cp39/, include_dir_name: python3.9/ }
- { version: "3.10", base_path: /opt/python/cp310-cp310/, include_dir_name: python3.10/ }
- { version: "3.11", base_path: /opt/python/cp311-cp311/, include_dir_name: python3.11/ }
- { version: "3.12", base_path: /opt/python/cp312-cp312/, include_dir_name: python3.12/ }
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -190,7 +188,6 @@ jobs:
- { version: "3.9" }
- { version: "3.10" }
- { version: "3.11" }
- { version: "3.12" }
fail-fast: false
env:
py: python${{ matrix.config.version }}
Expand Down Expand Up @@ -238,7 +235,6 @@ jobs:
- { version: 3.9, include_dir_name: python3.9/}
- { version: "3.10", include_dir_name: python3.10/}
- { version: "3.11", include_dir_name: python3.11/}
- { version: "3.12", include_dir_name: python3.12/}
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -265,7 +261,7 @@ jobs:
runs-on: macos-11
strategy:
matrix:
version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -303,7 +299,6 @@ jobs:
- { version: "3.9", vcpkg_manifest: "python\\vcpkg_default.json", overlay_ports: "python\\vcpkg_python_override_ports\\python39\\" }
- { version: "3.10", vcpkg_manifest: "python\\vcpkg_python310.json", overlay_ports: "" }
- { version: "3.11", vcpkg_manifest: "python\\vcpkg_python311.json", overlay_ports: "" }
- { version: "3.12", vcpkg_manifest: "python\\vcpkg_python312.json", overlay_ports: "" }
fail-fast: false
steps:
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -352,7 +347,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: ["windows-2019"]
fail-fast: false
steps:
Expand Down

0 comments on commit f85e492

Please sign in to comment.