Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb44ded

Browse files
authored
Merge pull request #4549 from youknowone/py311
Mark RustPython as Python 3.11
2 parents 6d71f75 + 8fc263f commit fb44ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/version.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
use chrono::{prelude::DateTime, Local};
55
use std::time::{Duration, UNIX_EPOCH};
66

7-
// = 3.10.0alpha
7+
// = 3.11.0alpha
88
pub const MAJOR: usize = 3;
9-
pub const MINOR: usize = 10;
9+
pub const MINOR: usize = 11;
1010
pub const MICRO: usize = 0;
1111
pub const RELEASELEVEL: &str = "alpha";
1212
pub const RELEASELEVEL_N: usize = 0xA;

0 commit comments

Comments
 (0)