Skip to content

Commit cb23528

Browse files
authored
feat: add Python 3.10 to build (#370)
Signed-off-by: Gábor Lipták <[email protected]>
1 parent 3808986 commit cb23528

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
@@ -180,6 +180,9 @@ workflows:
180180
- tests-python:
181181
name: test-3.9
182182
python-image: "cimg/python:3.9"
183+
- tests-python:
184+
name: test-3.10
185+
python-image: "cimg/python:3.10"
183186

184187
nightly:
185188
triggers:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.25.0 [unreleased]
22

3+
### CI
4+
1. [#54](https://github.com/influxdata/influxdb-client-python/pull/370): Add Python 3.10 to CI builds
35
## 1.24.0 [2021-11-26]
46

57
### Features

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
'Programming Language :: Python :: 3.7',
6767
'Programming Language :: Python :: 3.8',
6868
'Programming Language :: Python :: 3.9',
69+
'Programming Language :: Python :: 3.10',
6970
'Topic :: Database',
7071
'Topic :: Software Development :: Libraries',
7172
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)