Skip to content

Commit 63f183e

Browse files
Rename constraints file to resolve install issues on Windows (#920)
1 parent cc4fbd6 commit 63f183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def tests_minimum_dependency_versions(session, protobuf_implementation):
7575
# If runnning a Python version other than 3.13 then use the constraints
7676
# file intended for all versions previous to 3.13.
7777
# TODO: Update this when new major versions of Python are adopted.
78-
filename = "constraints-<3.13.txt"
78+
filename = "constraints-less-than-3.13.txt"
7979

8080
constraints_file = os.path.join(CONSTRAINTS_DIR, "minimums", filename)
8181

tests/constraints/minimums/constraints-<3.13.txt renamed to tests/constraints/minimums/constraints-less-than-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ proto-plus==1.22.3
77
protobuf==4.25.0
88
googleapis-common-protos==1.56.3
99
grpcio==1.59.0
10-
grpcio-status==1.59.0
10+
grpcio-status==1.59.0

0 commit comments

Comments
 (0)