@@ -16,11 +16,11 @@ pub(crate) const DEFAULT_PYTHON_VERSION: RequestedPythonVersion = RequestedPytho
16
16
pub ( crate ) const DEFAULT_PYTHON_FULL_VERSION : PythonVersion = LATEST_PYTHON_3_12 ;
17
17
18
18
pub ( crate ) const LATEST_PYTHON_3_8 : PythonVersion = PythonVersion :: new ( 3 , 8 , 20 ) ;
19
- pub ( crate ) const LATEST_PYTHON_3_9 : PythonVersion = PythonVersion :: new ( 3 , 9 , 20 ) ;
20
- pub ( crate ) const LATEST_PYTHON_3_10 : PythonVersion = PythonVersion :: new ( 3 , 10 , 15 ) ;
21
- pub ( crate ) const LATEST_PYTHON_3_11 : PythonVersion = PythonVersion :: new ( 3 , 11 , 10 ) ;
22
- pub ( crate ) const LATEST_PYTHON_3_12 : PythonVersion = PythonVersion :: new ( 3 , 12 , 7 ) ;
23
- pub ( crate ) const LATEST_PYTHON_3_13 : PythonVersion = PythonVersion :: new ( 3 , 13 , 0 ) ;
19
+ pub ( crate ) const LATEST_PYTHON_3_9 : PythonVersion = PythonVersion :: new ( 3 , 9 , 21 ) ;
20
+ pub ( crate ) const LATEST_PYTHON_3_10 : PythonVersion = PythonVersion :: new ( 3 , 10 , 16 ) ;
21
+ pub ( crate ) const LATEST_PYTHON_3_11 : PythonVersion = PythonVersion :: new ( 3 , 11 , 11 ) ;
22
+ pub ( crate ) const LATEST_PYTHON_3_12 : PythonVersion = PythonVersion :: new ( 3 , 12 , 8 ) ;
23
+ pub ( crate ) const LATEST_PYTHON_3_13 : PythonVersion = PythonVersion :: new ( 3 , 13 , 1 ) ;
24
24
25
25
/// The Python version that was requested for a project.
26
26
#[ derive( Clone , Debug , PartialEq ) ]
0 commit comments