File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ master ]
6
6
pull_request :
7
7
branches : [ master ]
8
+ workflow_dispatch :
8
9
9
10
jobs :
10
11
test :
@@ -13,10 +14,12 @@ jobs:
13
14
fail-fast : false
14
15
matrix :
15
16
python-version :
17
+ - " 3.13"
18
+ - " 3.12"
19
+ - " 3.11"
16
20
- " 3.10"
17
21
- " 3.9"
18
22
- " 3.8"
19
- - " 3.7"
20
23
21
24
steps :
22
25
- uses : actions/checkout@v2
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
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