mirror of
https://github.com/microsoft/pyright.git
synced 2024-11-09 13:35:59 +03:00
Added constant for Python 3.12.
This commit is contained in:
parent
055dc1296a
commit
adf7c3e92e
@ -24,6 +24,7 @@ export enum PythonVersion {
|
||||
V3_9 = 0x0309,
|
||||
V3_10 = 0x030a,
|
||||
V3_11 = 0x030b,
|
||||
V3_12 = 0x030c,
|
||||
}
|
||||
|
||||
export const latestStablePythonVersion = PythonVersion.V3_10;
|
||||
|
Loading…
Reference in New Issue
Block a user