From 471aadcca07769726966d3b4ed4e1eb5af9b6ecb Mon Sep 17 00:00:00 2001 From: "Yen, David (398B-Affiliate)" Date: Mon, 29 Apr 2024 10:47:23 -0700 Subject: [PATCH 1/3] upgraded to python 10 --- .github/workflows/build-pipeline.yml | 2 +- .gitignore | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 23d81ec..9f2a3af 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -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/actions-poetry@v2.0.0 with: diff --git a/.gitignore b/.gitignore index 2258b7a..5fa3750 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea *.egg-info __pycache__ +venv diff --git a/pyproject.toml b/pyproject.toml index d1cdf08..a6bdd9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Yen, David (398B-Affiliate) "] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" cumulus-process = "1.3.0" [tool.poetry.dev-dependencies] From b6ac1b2d5b7d7c2dc8ed74493721ad4114bc67f3 Mon Sep 17 00:00:00 2001 From: "Yen, David (398B-Affiliate)" Date: Mon, 29 Apr 2024 14:54:57 -0700 Subject: [PATCH 2/3] Revert "upgraded to python 10" This reverts commit 471aadcca07769726966d3b4ed4e1eb5af9b6ecb. --- .github/workflows/build-pipeline.yml | 2 +- .gitignore | 1 - pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index 9f2a3af..23d81ec 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -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/actions-poetry@v2.0.0 with: diff --git a/.gitignore b/.gitignore index 5fa3750..2258b7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .idea *.egg-info __pycache__ -venv diff --git a/pyproject.toml b/pyproject.toml index a6bdd9a..d1cdf08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Yen, David (398B-Affiliate) "] [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" cumulus-process = "1.3.0" [tool.poetry.dev-dependencies] From 8c62f4be3d739ddc439c39fa08eac4d6559fba50 Mon Sep 17 00:00:00 2001 From: concise bot Date: Mon, 29 Apr 2024 21:57:15 +0000 Subject: [PATCH 3/3] /version 2.3.0a1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1cdf08..10f8278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cumulus-file-rename" -version = "2.3.0-alpha.0" +version = "2.3.0a1" description = "" authors = ["Yen, David (398B-Affiliate) "]