| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -134,8 +134,8 @@ public static string PythonPath | |||
| 134 | 134 | } | |
| 135 | 135 | } | |
| 136 | 136 | ||
| 137 | - public static Version MinSupportedVersion => new(3, 7); | ||
| 138 | - public static Version MaxSupportedVersion => new(3, 14, int.MaxValue, int.MaxValue); | ||
| 137 | + public static Version MinSupportedVersion => new(3, 10); | ||
| 138 | + public static Version MaxSupportedVersion => new(3, 15, int.MaxValue, int.MaxValue); | ||
| 139 | 139 | public static bool IsSupportedVersion(Version version) => version >= MinSupportedVersion && version <= MaxSupportedVersion; | |
| 140 | 140 | ||
| 141 | 141 | public static string Version | |
| Back | FazBrowse Home | New Git URL |
0 commit comments