Skip to content

Commit f335fb8

Browse files
committed
update setup and changelog
1 parent 76e3920 commit f335fb8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[metadata]
22
name = localstack-client
3-
version = 2.7
3+
version = 2.8
44
url = https://github.com/localstack/localstack-python-client
55
author = LocalStack Team
66
author_email = info@localstack.cloud
77
description = A lightweight Python client for LocalStack.
88
license = Apache License 2.0
99
classifiers =
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

0 commit comments

Comments
 (0)