We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2c76c commit da3a5c1Copy full SHA for da3a5c1
1 file changed
.github/workflows/together_ai.yml
@@ -32,7 +32,7 @@ jobs:
32
fail-fast: false
33
matrix:
34
os: [ubuntu-latest, windows-latest, macos-latest]
35
- python-version: ["3.9", "3.13"]
+ python-version: ["3.10", "3.13"]
36
37
steps:
38
- name: Support longpaths
@@ -50,11 +50,11 @@ jobs:
50
- name: Install Hatch
51
run: pip install --upgrade hatch
52
- name: Lint
53
- if: matrix.python-version == '3.9' && runner.os == 'Linux'
+ if: matrix.python-version == '3.10' && runner.os == 'Linux'
54
run: hatch run fmt-check && hatch run test:types
55
56
- name: Generate docs
57
58
run: hatch run docs
59
60
- name: Run tests
0 commit comments