Skip to content

Commit

Permalink
dial back to py 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Beauchamp committed Nov 15, 2024
1 parent b788be9 commit 9b868e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ['3.12']
python-version: ['3.11']
name: ${{ matrix.os }}-${{ matrix.python-version }}-CMake
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.12']
python-version: ['3.11']
name: ${{ matrix.os }}-${{ matrix.python-version }}-CMake
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
python-version: ['3.12']
python-version: ['3.11']
debugging: ['--enable-debugging', '']
name: ${{ matrix.os }}-${{ matrix.python-version }}-waf${{ matrix.debugging }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9b868e3

Please sign in to comment.