Skip to content

Commit f5cf080

Browse files
authored
Apply suggestions from code review
1 parent a751368 commit f5cf080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/23-continuous-integration-automated-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
strategy:
371371
matrix:
372372
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
373-
python-version: ["3.10", "3.11", "3.12"]
373+
python-version: ["3.10", "3.11"]
374374
375375
# Here we add the reference to the os matrix values
376376
runs-on: {% raw %}${{ matrix.os }}{% endraw %}

0 commit comments

Comments
 (0)