28
28
matrix :
29
29
tarantool :
30
30
- ' 2.11'
31
+ - ' 3.3'
31
32
- ' master'
32
33
python :
33
- - ' 3.8'
34
34
- ' 3.9'
35
35
- ' 3.10'
36
36
- ' 3.11'
@@ -43,13 +43,13 @@ jobs:
43
43
# "This page is taking too long to load." error. Thus we use
44
44
# pairwise testing.
45
45
include :
46
- - tarantool : ' 2.11 '
46
+ - tarantool : ' 3.3 '
47
47
python : ' 3.11'
48
48
msgpack-deps : ' msgpack==0.5.0'
49
- - tarantool : ' 2.11 '
49
+ - tarantool : ' 3.3 '
50
50
python : ' 3.11'
51
51
msgpack-deps : ' msgpack==0.6.2'
52
- - tarantool : ' 2.11 '
52
+ - tarantool : ' 3.3 '
53
53
python : ' 3.11'
54
54
msgpack-deps : ' msgpack==1.0.4'
55
55
59
59
60
60
- name : Setup tt
61
61
run : |
62
- curl -L https://tarantool.io/release/2 /installer.sh | sudo bash
62
+ curl -L https://tarantool.io/release/3 /installer.sh | sudo bash
63
63
sudo apt install -y tt
64
64
tt version
65
65
tt init
@@ -190,7 +190,7 @@ jobs:
190
190
# See more here: https://github.com/tarantool/tt/issues/282
191
191
run : |
192
192
source tarantool-enterprise/env.sh
193
- curl -L https://tarantool.io/release/2 /installer.sh | bash
193
+ curl -L https://tarantool.io/release/3 /installer.sh | bash
194
194
sudo apt install -y tt
195
195
pip3 install cmake==3.15.3
196
196
tt rocks install crud TARANTOOL_DIR=$PWD/tarantool-enterprise
@@ -220,6 +220,7 @@ jobs:
220
220
matrix :
221
221
tarantool :
222
222
- ' 2.11'
223
+ - ' 3.3'
223
224
python :
224
225
- ' 3.11'
225
226
steps :
@@ -252,7 +253,7 @@ jobs:
252
253
253
254
- name : Install the crud module for testing purposes
254
255
run : |
255
- curl -L https://tarantool.io/release/2 /installer.sh | bash
256
+ curl -L https://tarantool.io/release/3 /installer.sh | bash
256
257
sudo apt install -y tt
257
258
pip3 install cmake==3.15.3
258
259
tt rocks install crud
@@ -277,6 +278,7 @@ jobs:
277
278
matrix :
278
279
# Use reduced test matrix cause Windows pipelines are long.
279
280
tarantool :
281
+ # https://github.com/tarantool/tarantool-python/issues/331
280
282
- ' 2.11.0.g247a9a418-1'
281
283
python :
282
284
- ' 3.11'
@@ -346,6 +348,7 @@ jobs:
346
348
matrix :
347
349
# Use reduced test matrix cause Windows pipelines are long.
348
350
tarantool :
351
+ # https://github.com/tarantool/tarantool-python/issues/331
349
352
- ' 2.11.0.g247a9a418-1'
350
353
python :
351
354
- ' 3.11'
0 commit comments