Skip to content

Commit a69f5e5

Browse files
Update Python version matrix in exercise 4 workflow to include 3.14
1 parent efca2f7 commit a69f5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/exercise4_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [3.12, 3.13]
17+
python-version: [3.12, 3.13, 3.14]
1818
os: [ubuntu-latest, windows-latest,macos-latest]
1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)