Skip to content

Commit b65cfa1

Browse files
chore: drop python 3.7 from pipeline
1 parent 32512c1 commit b65cfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
PYTHON_VERSION: "3.7"
17-
POETRY_VERSION: "1.5.1"
16+
PYTHON_VERSION: "3.9"
17+
POETRY_VERSION: "2.1.4"
1818

1919
jobs:
2020
meta:

0 commit comments

Comments
 (0)