From a7f1171643a8b54e624ad84e00acde3d090cc835 Mon Sep 17 00:00:00 2001 From: Eric Evenchick Date: Sat, 24 Aug 2024 22:10:01 -0400 Subject: [PATCH] bump python versions --- .github/workflows/python.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4a9686b..20f94f3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.12 - name: Install Latest Rust Nightly uses: actions-rs/toolchain@v1 with: @@ -39,6 +39,9 @@ jobs: build_manylinux: name: manylinux Build runs-on: ubuntu-latest + strategy: + matrix: + python-version: [3.8, 3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Run manylinux Builds @@ -70,7 +73,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -112,7 +115,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.8, 3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}