Skip to content

Commit 7b15cab

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 9faae41 + 30257ff commit 7b15cab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compliance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.10']
11+
python: ['3.11']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python: ['3.10']
32+
python: ['3.11']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v3

.github/workflows/unittest-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.10']
11+
python: ['3.11']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.2.0
1+
pytest==7.2.1

0 commit comments

Comments
 (0)