diff --git a/.github/actions/python-setup/action.yml b/.github/actions/python-setup/action.yml index 66c6624..9627ba0 100644 --- a/.github/actions/python-setup/action.yml +++ b/.github/actions/python-setup/action.yml @@ -2,12 +2,12 @@ name: Setup python inputs: python-version: - default: "3.8" + default: "3.10" required: false description: "python version" poetry-version: - default: "1.1.11" + default: "1.2.2" required: false description: "poetry version" diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index a9daf7e..e736e87 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -20,8 +20,8 @@ jobs: issues: read # only for private repository strategy: matrix: - python-version: [3.8] - poetry-version: [1.1.11] + python-version: ["3.10"] + poetry-version: ["1.2.2"] os: [ubuntu-latest] steps: - name: Checkout repository