mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #34900 -- Doc'd Python 3.13 compatibility.
This commit is contained in:
		
				
					committed by
					
						 Sarah Boyce
						Sarah Boyce
					
				
			
			
				
	
			
			
			
						parent
						
							f07eeff3a2
						
					
				
				
					commit
					2e3bc59fd3
				
			| @@ -4,7 +4,8 @@ Django 5.1.3 release notes | ||||
|  | ||||
| *Expected November 5, 2024* | ||||
|  | ||||
| Django 5.1.3 fixes several bugs in 5.1.2. | ||||
| Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python | ||||
| 3.13. | ||||
|  | ||||
| Bugfixes | ||||
| ======== | ||||
|   | ||||
| @@ -18,8 +18,9 @@ project. | ||||
| Python compatibility | ||||
| ==================== | ||||
|  | ||||
| Django 5.1 supports Python 3.10, 3.11, and 3.12. We **highly recommend** and | ||||
| only officially support the latest release of each series. | ||||
| Django 5.1 supports Python 3.10, 3.11, 3.12, and 3.13 (as of 5.1.3). We | ||||
| **highly recommend** and only officially support the latest release of each | ||||
| series. | ||||
|  | ||||
| .. _whats-new-5.1: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user