We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae9b15 commit f36316aCopy full SHA for f36316a
Makefile
@@ -16,7 +16,7 @@ clean-venv:
16
test-with-venv:
17
( \
18
. ${VENV_ACTIVATE_PATH}; \
19
- pip install -r requirements.txt; \
+ pip3 install -r requirements.txt; \
20
. ${INIT_ENVIRONMENT_VARIABLE_SCRIPT}; \
21
serverless invoke local -f cron; \
22
)
@@ -25,7 +25,7 @@ test-with-venv:
25
lint:
26
27
28
29
pylint ${APP_FOLDER} \
30
31
serverless.yml
@@ -6,7 +6,7 @@ frameworkVersion: "3"
6
7
provider:
8
name: aws
9
- runtime: python3.9
+ runtime: python3.11
10
environment:
11
TELEGRAM_TOKEN: ${env:TELEGRAM_TOKEN}
12
TELEGRAM_CHAT_ID: ${env:TELEGRAM_CHAT_ID}
0 commit comments