Skip to content

Commit dbe9483

Browse files
feature: small fixes and major release 1.17.0 (#146)
1 parent 224c23e commit dbe9483

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phases:
55
commands:
66
- apt-get update
77
- apt-get -y install libcurl4-openssl-dev g++-9
8-
- python3.9 -m pip install cpplint==1.5.5
8+
- python3.10 -m pip install cpplint==1.5.5
99
- start-dockerd
1010

1111
build:

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def build_extension(self, ext):
120120
"Programming Language :: Python",
121121
'Programming Language :: Python :: 3.7',
122122
'Programming Language :: Python :: 3.8',
123+
'Programming Language :: Python :: 3.9',
124+
'Programming Language :: Python :: 3.10',
123125
],
124126
extras_require={
125127
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist', 'mock',

0 commit comments

Comments
 (0)