We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56a207 commit 7f42619Copy full SHA for 7f42619
.github/workflows/pytest.yml
@@ -13,12 +13,13 @@ jobs:
13
- "3.9"
14
- "3.10"
15
- "3.11"
16
+ - "3.12"
17
steps:
- - uses: actions/checkout@v3
18
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
19
+ - uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python }}
- - uses: amancevice/setup-code-climate@v1
22
+ - uses: amancevice/setup-code-climate@v2
23
24
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
25
- run: cc-test-reporter before-build
lambda_gateway/__init__.py
@@ -1,6 +1,7 @@
1
"""
2
Lambda Gateway
3
4
+
5
import logging
6
7
__version__ = "1.0.1"
0 commit comments