Skip to content

Commit 807959d

Browse files
Merge pull request #342 from camunda-community-hub/chore/remove-python-36-support
Remove support for python 3.6
2 parents e7de472 + 96d15fa commit 807959d

File tree

9 files changed

+208
-630
lines changed

9 files changed

+208
-630
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
10+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1111

1212
container: python:${{ matrix.python-version }}
1313
steps:

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Creating a client
4848
Dependencies
4949
============
5050

51-
* python 3.6+
51+
* python 3.7+
5252
* zeebe-grpc
5353
* grpcio
5454
* protobuf

0 commit comments

Comments
 (0)