Skip to content

Commit 52a9159

Browse files
authored
chore: added support for Python 3.9 (#163)
1 parent be6fe25 commit 52a9159

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff 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:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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
46
1. [#161](https://github.com/influxdata/influxdb-client-python/pull/161): Added logging message for retries
57

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
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',

0 commit comments

Comments
 (0)