Skip to content

Commit 7f42619

Browse files
committed
actions updates
1 parent a56a207 commit 7f42619

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
- "3.9"
1414
- "3.10"
1515
- "3.11"
16+
- "3.12"
1617
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-python@v4
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-python@v5
1920
with:
2021
python-version: ${{ matrix.python }}
21-
- uses: amancevice/setup-code-climate@v1
22+
- uses: amancevice/setup-code-climate@v2
2223
with:
2324
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
2425
- run: cc-test-reporter before-build

lambda_gateway/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Lambda Gateway
33
"""
4+
45
import logging
56

67
__version__ = "1.0.1"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy