diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 92b4ac8..c1b93c9 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - py_version: ["3.9"] + py_version: ["3.11"] steps: - uses: actions/checkout@v3 @@ -46,7 +46,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.11 - name: Install pypa/build run: >- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 850c83f..e53ba28 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - py_version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + py_version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.11 - name: Install dependencies run: | pip install --upgrade setuptools pip