Skip to content

Commit 7340e48

Browse files
committed
fix: Allow protobuf 7.x
1 parent 1eb7c26 commit 7340e48

File tree

144 files changed

+352
-1120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+352
-1120
lines changed

.github/workflows/django-spanner-django3.2_tests_against_emulator0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

.github/workflows/django-spanner-django3.2_tests_against_emulator9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Run Django tests
3434
run: sh django_test_suite_3.2.sh
3535
env:

0 commit comments

Comments
 (0)