Skip to content

Commit

Permalink
upgraded to python 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Apr 29, 2024
1 parent 37114fb commit 471aadc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.9
python-version: 3.10
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
*.egg-info
__pycache__
venv
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Yen, David (398B-Affiliate) <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
cumulus-process = "1.3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 471aadc

Please sign in to comment.