File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ workflows:
130130 - tests-python :
131131 name : test-3.8
132132 python-image : " circleci/python:3.8-buster"
133+ - tests-python :
134+ name : test-3.9
135+ python-image : " circleci/python:3.9-buster"
133136
134137 nightly :
135138 triggers :
Original file line number Diff line number Diff line change 11## 1.12.0 [ unreleased]
22
3+ 1 . [ #163 ] ( https://github.com/influxdata/influxdb-client-python/pull/163 ) : Added support for Python 3.9
4+
35### Features
461 . [ #161 ] ( https://github.com/influxdata/influxdb-client-python/pull/161 ) : Added logging message for retries
57
Original file line number Diff line number Diff line change 4949 'Programming Language :: Python :: 3.6' ,
5050 'Programming Language :: Python :: 3.7' ,
5151 'Programming Language :: Python :: 3.8' ,
52+ 'Programming Language :: Python :: 3.9' ,
5253 'Topic :: Database' ,
5354 'Topic :: Software Development :: Libraries' ,
5455 'Topic :: Software Development :: Libraries :: Python Modules' ,
You can’t perform that action at this time.
0 commit comments