Skip to content

Commit e91da46

Browse files
committed
removing py 3.9
1 parent 9f14699 commit e91da46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 30
1717
strategy:
1818
matrix:
19-
python-version: ['3.9', '3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.
19+
python-version: ['3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Install uv and set the python version

0 commit comments

Comments
 (0)