Skip to content

Commit a5bc88d

Browse files
test 3.3 bundle; test with python 3.9; fixes in the requirements
1 parent 3704614 commit a5bc88d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/testing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ jobs:
150150
tarantool:
151151
- bundle: 'sdk-gc64-2.11.0-0-r563.linux.x86_64'
152152
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']
154156

155157
steps:
156158
- name: Clone the connector

requirements-test.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
2-
pyyaml == 6.0.2
2+
pyyaml >= 6.0.2
33
importlib-metadata >= 1.0 ; python_version < '3.8'
44
pylint == 3.3.0 ; python_version >= '3.9'
55
pylint == 3.2.7 ; python_version == '3.8'
@@ -9,4 +9,3 @@ flake8 == 5.0.4 ; python_version < '3.8'
99
codespell == 2.3.0 ; python_version >= '3.8'
1010
codespell == 2.2.5 ; python_version < '3.8'
1111
setuptools >= 75.3.2
12-
tarantool >= 1.2.0

0 commit comments

Comments
 (0)