Skip to content

Commit

Permalink
chore: Update Python version in build and test workflow
Browse files Browse the repository at this point in the history
Update the Python version in the build and test workflow to "3.12" to align with the project's requirements and ensure compatibility.
  • Loading branch information
cmlccie committed Aug 3, 2024
1 parent 65b298c commit 25e9da3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 946 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
env:
POETRY_VIRTUALENVS_CREATE: false
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: Gr1N/setup-poetry@v9
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Don't commit the poetry.lock file for this library project
poetry.lock

# Local Files
local/
.vscode/
Expand Down
Loading

0 comments on commit 25e9da3

Please sign in to comment.