Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 52c1afd

Browse files
authored
Add more members to PythonLanguageVersion enum (#2170)
1 parent df16cac commit 52c1afd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Parsing/Impl/PythonLanguageVersion.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public enum PythonLanguageVersion {
3838
V36 = 0x0306,
3939
V37 = 0x0307,
4040
V38 = 0x0308,
41-
V39 = 0x0309
41+
V39 = 0x0309,
42+
V310 = 0x030a,
43+
V311 = 0x030b,
4244
}
4345

4446
public static class PythonLanguageVersionExtensions {

0 commit comments

Comments
 (0)