Skip to content

Commit c9292fa

Browse files
Fix wrong version of python specified in CI
1 parent dfee07e commit c9292fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
strategy:
145145
matrix:
146-
python: ["3.09", "3.10", "3.11", "3.12"]
146+
python: ["3.9", "3.10", "3.11", "3.12"]
147147
steps:
148148
- uses: actions/checkout@v4
149149

0 commit comments

Comments
 (0)