Skip to content

Commit fc86752

Browse files
committed
Remove Python 3.9 from examples workflow matrix
1 parent 40cabda commit fc86752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
python-version: ["3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.10", "3.11", "3.12"]
2929

3030
name: Test Examples (Python ${{ matrix.python-version }})
3131

0 commit comments

Comments
 (0)