mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 06:07:23 +00:00 
			
		
		
		
	Test against Python 3.12 release (#16511)
This commit is contained in:
		
							parent
							
								
									c81908bcd9
								
							
						
					
					
						commit
						68d9559fef
					
				@ -47,7 +47,7 @@ if not IS_PR:
 | 
				
			|||||||
            "database": "sqlite",
 | 
					            "database": "sqlite",
 | 
				
			||||||
            "extras": "all",
 | 
					            "extras": "all",
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        for version in ("3.9", "3.10", "3.11", "3.12.0-rc.2")
 | 
					        for version in ("3.9", "3.10", "3.11", "3.12")
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
trial_postgres_tests = [
 | 
					trial_postgres_tests = [
 | 
				
			||||||
@ -62,7 +62,7 @@ trial_postgres_tests = [
 | 
				
			|||||||
if not IS_PR:
 | 
					if not IS_PR:
 | 
				
			||||||
    trial_postgres_tests.append(
 | 
					    trial_postgres_tests.append(
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "python-version": "3.11",
 | 
					            "python-version": "3.12",
 | 
				
			||||||
            "database": "postgres",
 | 
					            "database": "postgres",
 | 
				
			||||||
            "postgres-version": "16",
 | 
					            "postgres-version": "16",
 | 
				
			||||||
            "extras": "all",
 | 
					            "extras": "all",
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								changelog.d/16511.misc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								changelog.d/16511.misc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Run tests against Python 3.12.
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user