File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,9 @@ jobs:
150
150
tarantool :
151
151
- bundle : ' sdk-gc64-2.11.0-0-r563.linux.x86_64'
152
152
path : ' release/linux/x86_64/2.11/'
153
- python : ['3.11']
153
+ - bundle : ' sdk-gc64-3.3.1-0-r55.linux.x86_64'
154
+ path : ' release/linux/x86_64/3.3/'
155
+ python : ['3.9', '3.11']
154
156
155
157
steps :
156
158
- name : Clone the connector
Original file line number Diff line number Diff line change 1
1
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
2
- pyyaml = = 6.0.2
2
+ pyyaml > = 6.0.2
3
3
importlib-metadata >= 1.0 ; python_version < '3.8'
4
4
pylint == 3.3.0 ; python_version >= '3.9'
5
5
pylint == 3.2.7 ; python_version == '3.8'
@@ -9,4 +9,3 @@ flake8 == 5.0.4 ; python_version < '3.8'
9
9
codespell == 2.3.0 ; python_version >= '3.8'
10
10
codespell == 2.2.5 ; python_version < '3.8'
11
11
setuptools >= 75.3.2
12
- tarantool >= 1.2.0
You can’t perform that action at this time.
0 commit comments