Skip to content

Commit

Permalink
Remove Python 3.10-3.11 tests needing klat-connector support
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 14, 2023
1 parent 7aa45e8 commit 95e45b9
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
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 95e45b9

Please sign in to comment.