8000 add Python 3.12 to the CLI test version matrix (#9303) · codeperl/localstack@dbe71cc · GitHub
[go: up one dir, main page]

Skip to content

Commit dbe71cc

Browse files
authored
add Python 3.12 to the CLI test version matrix (localstack#9303)
1 parent 8006704 commit dbe71cc

File tree

1 file changed

+3
-3
lines changed

.github/workflows/tests-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
paths:
6-
- ".github/workflows/cli-tests.yml"
6+
- ".github/workflows/tests-cli.yml"
77
- "localstack/**"
88
- "tests/**"
99
- "setup.py"
@@ -18,7 +18,7 @@ on:
1818
- release/*
1919
push:
2020
paths:
21-
- ".github/workflows/cli-tests.yml"
21+
- ".github/workflows/tests-cli.yml"
2222
- "localstack/**"
2323
- "tests/**"
2424
- "setup.py"
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
56+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
5757
timeout-minutes: 10
5858
env:
5959
# Set job-specific environment variables for pytest-tinybird

0 commit comments

Comments
 (0)
0