File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 33
33
- ' 2.11'
34
34
- ' master'
35
35
python :
36
- - ' 3.6'
37
36
- ' 3.7'
38
37
- ' 3.8'
39
38
- ' 3.9'
@@ -157,7 +156,7 @@ jobs:
157
156
path : ' release/linux/x86_64/2.10/'
158
157
- bundle : ' sdk-gc64-2.11.0-0-r563.linux.x86_64'
159
158
path : ' release/linux/x86_64/2.11/'
160
- python : ['3.6 ', '3.11']
159
+ python : ['3.7 ', '3.11']
161
160
162
161
steps :
163
162
- name : Clone the connector
@@ -225,7 +224,7 @@ jobs:
225
224
tarantool :
226
225
- ' 2.11'
227
226
python :
228
- - ' 3.6 '
227
+ - ' 3.7 '
229
228
- ' 3.11'
230
229
steps :
231
230
- name : Clone the connector repo
@@ -278,7 +277,7 @@ jobs:
278
277
tarantool :
279
278
- ' 2.11.0.g247a9a418-1'
280
279
python :
281
- - ' 3.6 '
280
+ - ' 3.7 '
282
281
- ' 3.11'
283
282
284
283
steps :
@@ -348,7 +347,7 @@ jobs:
348
347
tarantool :
349
348
- ' 2.11.0.g247a9a418-1'
350
349
python :
351
- - ' 3.6 '
350
+ - ' 3.7 '
352
351
- ' 3.11'
353
352
steps :
354
353
- name : Clone the connector repo
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## Unreleased
8
+
9
+ ### Changed
10
+ - Drop Python 3.6 support (PR #327 ).
11
+
7
12
## 1.2.0 - 2024-03-27
8
13
9
14
### Added
Original file line number Diff line number Diff line change 1
1
msgpack
2
2
pytz
3
- dataclasses ; python_version < = '3.6'
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def get_dependencies(filename):
112
112
command_options = command_options ,
113
113
install_requires = get_dependencies ('requirements.txt' ),
114
114
setup_requires = [
115
- 'setuptools_scm==6.4.2 ' ,
115
+ 'setuptools_scm==7.1.0 ' ,
116
116
],
117
- python_requires = '>=3.6 ' ,
117
+ python_requires = '>=3.7 ' ,
118
118
)
You can’t perform that action at this time.
0 commit comments