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 1
1
# LocalStack Python Client Change Log
2
2
3
+ * v2.8: Removes support for python ` 3.6 ` and ` 3.7 ` and adds ` 3.12 ` and ` 3.13 ` for parity with boto3
3
4
* v2.7: Add endpoint config for EventBridge Pipes
4
5
* v2.6: Add endpoint config for Pinpoint
5
6
* v2.5: Add endpoint config for AppConfig Data
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = localstack-client
3
- version = 2.7
3
+ version = 2.8
4
4
url = https://github.com/localstack/localstack-python-client
5
5
author = LocalStack Team
6
6
author_email = info@localstack.cloud
7
7
description = A lightweight Python client for LocalStack.
8
8
license = Apache License 2.0
9
9
classifiers =
10
10
Programming Language :: Python :: 3
11
- Programming Language :: Python :: 3.6
12
- Programming Language :: Python :: 3.7
13
11
Programming Language :: Python :: 3.8
14
12
Programming Language :: Python :: 3.9
15
13
Programming Language :: Python :: 3.10
16
14
Programming Language :: Python :: 3.11
15
+ Programming Language :: Python :: 3.12
16
+ Programming Language :: Python :: 3.13
17
17
License :: OSI Approved :: Apache Software License
18
18
Topic :: Software Development :: Testing
19
19
You can’t perform that action at this time.
0 commit comments