File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# LocalStack Python Client Change Log
22
3+ * v2.8: Removes support for python ` 3.6 ` and ` 3.7 ` and adds ` 3.12 ` and ` 3.13 ` for parity with boto3
34* v2.7: Add endpoint config for EventBridge Pipes
45* v2.6: Add endpoint config for Pinpoint
56* v2.5: Add endpoint config for AppConfig Data
Original file line number Diff line number Diff line change 11[metadata]
22name = localstack-client
3- version = 2.7
3+ version = 2.8
44url = https://github.com/localstack/localstack-python-client
55author = LocalStack Team
66author_email = info@localstack.cloud
77description = A lightweight Python client for LocalStack.
88license = Apache License 2.0
99classifiers =
1010 Programming Language :: Python :: 3
11- Programming Language :: Python :: 3.6
12- Programming Language :: Python :: 3.7
1311 Programming Language :: Python :: 3.8
1412 Programming Language :: Python :: 3.9
1513 Programming Language :: Python :: 3.10
1614 Programming Language :: Python :: 3.11
15+ Programming Language :: Python :: 3.12
16+ Programming Language :: Python :: 3.13
1717 License :: OSI Approved :: Apache Software License
1818 Topic :: Software Development :: Testing
1919
You can’t perform that action at this time.
0 commit comments