We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 938c86b + 072545e commit 0fcf769Copy full SHA for 0fcf769
Cargo.toml
@@ -85,6 +85,7 @@ py-link-mode-unresolved-static = [ "python3-sys/link-mode-unresolved-static" ]
85
# Optional features to support explicitly specifying python minor version.
86
# If you don't care which minor version, just specify python3-sys as a
87
# feature.
88
+python-3-9 = ["python3-sys/python-3-9"]
89
python-3-8 = ["python3-sys/python-3-8"]
90
python-3-7 = ["python3-sys/python-3-7"]
91
python-3-6 = ["python3-sys/python-3-6"]
0 commit comments