Skip to content

Commit 65f8527

Browse files
committed
Upgrade to python 3.14
1 parent 83d2119 commit 65f8527

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v5
4949
- uses: actions/setup-python@v6
5050
with:
51-
python-version: "3.13"
51+
python-version: "3.14"
5252
architecture: "x64"
5353
cache: "pipenv"
5454
cache-dependency-path: Pipfile.lock

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
- uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.14"
2828
architecture: "x64"
2929
cache: "pipenv"
3030
cache-dependency-path: Pipfile.lock

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77
venv_in_project = true
88

99
[requires]
10-
python_version = "3.13"
10+
python_version = "3.14"
1111

1212
[packages]
1313
beautifulsoup4 = "==4.14.2"

Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ useDotenv: true
55
provider:
66
name: aws
77
stage: ${opt:stage, 'test'}
8-
runtime: python3.13
8+
runtime: python3.14
99
runtimeManagement: auto
1010
versionFunctions: false
1111
architecture: x86_64

0 commit comments

Comments
 (0)