File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : ["3.8 ", "3.9 ", "3.10 "]
10
+ python-version : ["3.10 ", "3.11 ", "3.12 "]
11
11
services :
12
12
clickhouse :
13
13
image : yandex/clickhouse-server
36
36
pytest -v --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
37
37
- name : Upload coverage
38
38
uses : codecov/codecov-action@v4
39
- if : matrix.python-version == 3.9
39
+ if : matrix.python-version == 3.11
40
40
with :
41
41
file : ./coverage.xml
42
42
fail_ci_if_error : false
Original file line number Diff line number Diff line change 23
23
- name : Set up Python
24
24
uses : actions/setup-python@v5.1.0
25
25
with :
26
- python-version : 3.9
26
+ python-version : 3.11
27
27
- name : Install dependencies
28
28
run : |
29
29
pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments