Skip to content

Commit

Permalink
Roll back Python by one minor version for tf support
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyjonson committed Nov 7, 2023
1 parent 6fdbd38 commit 7f73cf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.12]
python-version: [3.11]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.12]
python-version: [3.11]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.12]
python-version: [3.11]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# python-version: [3.12]
# python-version: [3.11]
# os: [windows-latest]
# runs-on: ${{ matrix.os }}
# steps:
Expand Down

0 comments on commit 7f73cf3

Please sign in to comment.