Skip to content

Commit

Permalink
Revert "upgraded to python 10"
Browse files Browse the repository at this point in the history
This reverts commit 471aadc.
  • Loading branch information
Yen, David (398B-Affiliate) committed Apr 29, 2024
1 parent 471aadc commit b6ac1b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.10
python-version: 3.9
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.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.10"
python = "^3.9"
cumulus-process = "1.3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit b6ac1b2

Please sign in to comment.