Skip to content

Commit 0fcf769

Browse files
authored
Merge pull request #266 from DimitrisJim/add_3.9_feature
Expose python3.9 feature.
2 parents 938c86b + 072545e commit 0fcf769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ py-link-mode-unresolved-static = [ "python3-sys/link-mode-unresolved-static" ]
8585
# Optional features to support explicitly specifying python minor version.
8686
# If you don't care which minor version, just specify python3-sys as a
8787
# feature.
88+
python-3-9 = ["python3-sys/python-3-9"]
8889
python-3-8 = ["python3-sys/python-3-8"]
8990
python-3-7 = ["python3-sys/python-3-7"]
9091
python-3-6 = ["python3-sys/python-3-6"]

0 commit comments

Comments
 (0)