Skip to content

Commit da3a5c1

Browse files
committed
revert to 3.10 for together-ai
1 parent df2c76c commit da3a5c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/together_ai.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest, macos-latest]
35-
python-version: ["3.9", "3.13"]
35+
python-version: ["3.10", "3.13"]
3636

3737
steps:
3838
- name: Support longpaths
@@ -50,11 +50,11 @@ jobs:
5050
- name: Install Hatch
5151
run: pip install --upgrade hatch
5252
- name: Lint
53-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
53+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types
5555

5656
- name: Generate docs
57-
if: matrix.python-version == '3.9' && runner.os == 'Linux'
57+
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5858
run: hatch run docs
5959

6060
- name: Run tests

0 commit comments

Comments
 (0)