Skip to content

Commit

Permalink
fix(plc4py): set gh build to use every even python release
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Aug 30, 2024
1 parent 07627b8 commit b14932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
test:
strategy:
matrix:
python-version: ['3.8', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.10', '3.12']
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b14932a

Please sign in to comment.