Skip to content

Commit

Permalink
Fix typo in py_versions.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mataha authored and David-OConnor committed Mar 11, 2022
1 parent cf09037 commit 4c6ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py_versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl PyVers {
match self {
Self::V3_12_0 => Version::new(3, 12, 0),
Self::V3_11_0 => Version::new(3, 11, 0),
Self::V3_10_1 => Version::new(3, 10, 2),
Self::V3_10_2 => Version::new(3, 10, 2),
Self::V3_9_0 => Version::new(3, 9, 0),
Self::V3_8_0 => Version::new(3, 8, 0),
Self::V3_7_4 => Version::new(3, 7, 4),
Expand Down

0 comments on commit 4c6ec9b

Please sign in to comment.