-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to python 3.9 and cumulus-process-py 1.3.0
- Loading branch information
Yen, David (398B-Affiliate)
committed
Nov 13, 2023
1 parent
a2a635c
commit 113b0b2
Showing
3 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v3 | ||
with: | ||
python-version: 3.8 | ||
python-version: 3.9 | ||
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: 1.1.15 | ||
poetry-version: 1.5.1 | ||
- name: Get version | ||
id: get-version | ||
run: | | ||
|
@@ -84,7 +84,7 @@ jobs: | |
poetry run flake8 --ignore=E501,W503,W504 cumulus_file_rename | ||
- name: Run Snyk on Python | ||
uses: snyk/actions/python-3.8@master | ||
uses: snyk/actions/python-3.9@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ description = "" | |
authors = ["Yen, David (398B-Affiliate) <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
cumulus-process = "1.0.0" | ||
python = "^3.9" | ||
cumulus-process = "1.3.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest-cov = "^3.0.0" | ||
|