File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ workflows:
180
180
- tests-python :
181
181
name : test-3.9
182
182
python-image : " cimg/python:3.9"
183
+ - tests-python :
184
+ name : test-3.10
185
+ python-image : " cimg/python:3.10"
183
186
184
187
nightly :
185
188
triggers :
Original file line number Diff line number Diff line change 1
1
## 1.25.0 [ unreleased]
2
2
3
+ ### CI
4
+ 1 . [ #54 ] ( https://github.com/influxdata/influxdb-client-python/pull/370 ) : Add Python 3.10 to CI builds
3
5
## 1.24.0 [ 2021-11-26]
4
6
5
7
### Features
Original file line number Diff line number Diff line change 66
66
'Programming Language :: Python :: 3.7' ,
67
67
'Programming Language :: Python :: 3.8' ,
68
68
'Programming Language :: Python :: 3.9' ,
69
+ 'Programming Language :: Python :: 3.10' ,
69
70
'Topic :: Database' ,
70
71
'Topic :: Software Development :: Libraries' ,
71
72
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments