Skip to content

Commit 96452d0

Browse files
authored
Update CI workflow to exclude Python 3.9
Removed Python 3.9 from the CI workflow matrix.
1 parent bb5ae5a commit 96452d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: blacksmith-4vcpu-ubuntu-2204
88
strategy:
99
matrix:
10-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
10+
python-version: ['3.10', '3.11', '3.12', '3.13']
1111
steps:
1212
- name: Check out code from GitHub
1313
uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: blacksmith-4vcpu-ubuntu-2204
2727
strategy:
2828
matrix:
29-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
29+
python-version: ['3.10', '3.11', '3.12', '3.13']
3030
steps:
3131
- name: Check out code from GitHub
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)