|
24 | 24 | version: "22.10"
|
25 | 25 | - uses: actions/setup-python@v4
|
26 | 26 | with:
|
27 |
| - python-version: "3.10" |
| 27 | + python-version: "3.11" |
28 | 28 | cache: 'pip' # caching pip dependencies
|
29 | 29 | - run: pip install -r requirements-devel.txt
|
30 | 30 | - name: "Flake 8"
|
|
40 | 40 | strategy:
|
41 | 41 | fail-fast: false
|
42 | 42 | matrix:
|
43 |
| - version: ["3.8", "3.9", "3.10", "3.11"] |
| 43 | + version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
44 | 44 | folder: ["weaviate"]
|
45 | 45 | steps:
|
46 | 46 | - uses: actions/checkout@v3
|
|
58 | 58 | strategy:
|
59 | 59 | fail-fast: false
|
60 | 60 | matrix:
|
61 |
| - version: ["3.8", "3.9", "3.10", "3.11"] |
| 61 | + version: ["3.8", "3.9", "3.10", "3.11", "3.12"] |
62 | 62 | folder: ["test", "mock_tests"]
|
63 | 63 | steps:
|
64 | 64 | - uses: actions/checkout@v3
|
|
82 | 82 | strategy:
|
83 | 83 | fail-fast: false
|
84 | 84 | matrix:
|
85 |
| - version: [ "3.8", "3.9", "3.10", "3.11"] |
| 85 | + version: [ "3.8", "3.9", "3.10", "3.11", "3.12"] |
86 | 86 | optional_dependencies: [false]
|
87 | 87 | include:
|
88 | 88 | - version: "3.11"
|
@@ -154,10 +154,10 @@ jobs:
|
154 | 154 | uses: actions/checkout@v3
|
155 | 155 | with:
|
156 | 156 | fetch-depth: 0
|
157 |
| - - name: Set up Python 3.10 |
| 157 | + - name: Set up Python 3.11 |
158 | 158 | uses: actions/setup-python@v4
|
159 | 159 | with:
|
160 |
| - python-version: "3.10" |
| 160 | + python-version: "3.11" |
161 | 161 | cache: 'pip' # caching pip dependencies
|
162 | 162 | - name: Install dependencies
|
163 | 163 | run: pip install -r requirements-devel.txt
|
@@ -210,10 +210,10 @@ jobs:
|
210 | 210 | uses: actions/checkout@v3
|
211 | 211 | with:
|
212 | 212 | fetch-depth: 0
|
213 |
| - - name: Set up Python 3.10 |
| 213 | + - name: Set up Python 3.11 |
214 | 214 | uses: actions/setup-python@v4
|
215 | 215 | with:
|
216 |
| - python-version: "3.10" |
| 216 | + python-version: "3.11" |
217 | 217 | cache: 'pip' # caching pip dependencies
|
218 | 218 | - name: Install dependencies
|
219 | 219 | run: pip install -r requirements-devel.txt
|
|
0 commit comments