We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95a328 commit 1b92c9cCopy full SHA for 1b92c9c
src/packaging/tags.py
@@ -439,7 +439,7 @@ def mac_platforms(
439
else:
440
arch = arch
441
442
- if (10, 0) <= version and version < (11, 0):
+ if (10, 0) <= version < (11, 0):
443
# Prior to Mac OS 11, each yearly release of Mac OS bumped the
444
# "minor" version number. The major version was always 10.
445
major_version = 10
0 commit comments