Skip to content

Commit 25e9da3

Browse files
committed
chore: Update Python version in build and test workflow
Update the Python version in the build and test workflow to "3.12" to align with the project's requirements and ensure compatibility.
1 parent 65b298c commit 25e9da3

File tree

3 files changed

+6
-946
lines changed

3 files changed

+6
-946
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
env:
1818
POETRY_VIRTUALENVS_CREATE: false
1919
steps:
20+
- uses: actions/setup-python@v5
21+
with:
22+
python-version: "3.12"
2023
- uses: Gr1N/setup-poetry@v9
2124
- uses: actions/checkout@v4
2225
with:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Don't commit the poetry.lock file for this library project
2+
poetry.lock
3+
14
# Local Files
25
local/
36
.vscode/

0 commit comments

Comments
 (0)