Skip to content

Commit

Permalink
ci(python): Only run bytecode parser CI workflow for Python 3.9/3.10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jan 12, 2024
1 parent cdef09b commit 1507e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-bytecode-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# Only the versions that are not already run as part of the regular test suite
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1507e42

Please sign in to comment.