Skip to content

Commit 49e7ab3

Browse files
author
Victor Bajada
committed
Updates CI/CD to use Python 3.14
Configures the CI/CD pipelines to utilize Python 3.14, ensuring the project benefits from the latest features and security updates.
1 parent 2f917c5 commit 49e7ab3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
FORCE_COLOR: "1"
11-
PYTHON_LATEST: "3.13"
11+
PYTHON_LATEST: "3.14"
1212

1313
jobs:
1414
deploy-pypi:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
FORCE_COLOR: "1"
16-
PYTHON_LATEST: "3.13"
16+
PYTHON_LATEST: "3.14"
1717

1818
jobs:
1919
linting:
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
python-version: ["3.13"]
73+
python-version: ["3.14"]
7474

7575
steps:
7676
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)