Skip to content

Commit

Permalink
Remove python 3.11 from test matrix
Browse files Browse the repository at this point in the history
3.11 is not compatible with the current max allowed tf version
  • Loading branch information
qmarcou committed Feb 14, 2024
1 parent dfa9af4 commit a61a759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]

#python-version: ["3.10", "3.11"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a61a759

Please sign in to comment.