Commit 52a9159 1 parent be6fe25 commit 52a9159 Copy full SHA for 52a9159
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 @@ -130,6 +130,9 @@ workflows:
130
130
- tests-python :
131
131
name : test-3.8
132
132
python-image : " circleci/python:3.8-buster"
133
+ - tests-python :
134
+ name : test-3.9
135
+ python-image : " circleci/python:3.9-buster"
133
136
134
137
nightly :
135
138
triggers :
Original file line number Diff line number Diff line change 1
1
## 1.12.0 [ unreleased]
2
2
3
+ 1 . [ #163 ] ( https://github.com/influxdata/influxdb-client-python/pull/163 ) : Added support for Python 3.9
4
+
3
5
### Features
4
6
1 . [ #161 ] ( https://github.com/influxdata/influxdb-client-python/pull/161 ) : Added logging message for retries
5
7
Original file line number Diff line number Diff line change 49
49
'Programming Language :: Python :: 3.6' ,
50
50
'Programming Language :: Python :: 3.7' ,
51
51
'Programming Language :: Python :: 3.8' ,
52
+ 'Programming Language :: Python :: 3.9' ,
52
53
'Topic :: Database' ,
53
54
'Topic :: Software Development :: Libraries' ,
54
55
'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments