8000 Merge branch 'main' into release-candidate-v1.24.0rc3 · googleapis/proto-plus-python@3c1ae17 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c1ae17

Browse files
authored
Merge branch 'main' into release-candidate-v1.24.0rc3
2 parents b121c68 + ddceb47 commit 3c1ae17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build the documentation.
4040
run: nox -s docs
4141
unit:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-22.04
4343
strategy:
4444
matrix:
4545
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
@@ -83,7 +83,7 @@ jobs:
8383
name: coverage-artifact-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }}
8484
path: .coverage-${{ matrix.variant }}-${{ env.PYTHON_VERSION_TRIMMED }}
8585
prerelease:
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-22.04
8787
strategy:
8888
matrix:
8989
python: ['3.12']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=README,
4343
platforms="Posix; MacOS X",
4444
include_package_data=True,
45-
install_requires=("protobuf >= 3.19.0, <6.0.0dev",),
45+
install_requires=("protobuf >=3.19.0, <6.0.0dev",),
4646
extras_require={
4747
"testing": [
4848
"google-api-core >= 1.31.5",

0 commit comments

Comments
 (0)
0