Skip to content

Commit

Permalink
Remove and annotate Python 3.10-3.11 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 29, 2023
1 parent 32d0561 commit ec579d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
unit_tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ]
python-version: [ 3.7, 3.8, 3.9 ]
# TODO: 3.10 and 3.11 need support in klat-connector
max-parallel: 1
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit ec579d4

Please sign in to comment.