diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edd998..5362d07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 with: - python-version: 3.9.21 + python-version: 3.14.3 - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/setup-python@v3 with: - python-version: 3.9.21 + python-version: 3.14.3 - name: Checkout Code uses: actions/checkout@v3 - name: Install Python Poetry