diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index aa49744..0ae1101 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/unittest-prerelease.yml b/.github/workflows/unittest-prerelease.yml index 776945a..18fc3f0 100644 --- a/.github/workflows/unittest-prerelease.yml +++ b/.github/workflows/unittest-prerelease.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10'] + python: ['3.11'] steps: - name: Checkout uses: actions/checkout@v3 diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 49780e0..805eb2a 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1 +1 @@ -pytest==7.2.0 +pytest==7.2.1