mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	add sequoia to os versions #7407
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									19f63cd6e3
								
							
						
					
					
						commit
						4cefc513eb
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -263,6 +263,12 @@ class bdist_wheel(_bdist_wheel): | |||
|                 ("win", "x86"): "win32", | ||||
|                 ("osx", "x64"): f"macosx_{os_version_tag}_x86_64", | ||||
|                 ("osx", "arm64"): f"macosx_{os_version_tag}_arm64", | ||||
|                 ("darwin", "x86_64"): f"macosx_{os_version_tag}_x86_64", | ||||
|                 ("darwin", "x64"): f"macosx_{os_version_tag}_x86_64", | ||||
|                 ("darwin", "arm64"): f"macosx_{os_version_tag}_arm64", | ||||
|                 ("sequoia", "x64"): f"macosx_{os_version_tag}_x86_64", | ||||
|                 ("sequoia", "x86_64"): f"macosx_{os_version_tag}_x86_64", | ||||
|                 ("sequoia", "xarm64"): f"macosx_{os_version_tag}_arm64", | ||||
|             }  # type: dict[tuple[str, str], str] | ||||
|             self.plat_name = TAGS[(BUILD_PLATFORM, BUILD_ARCH)] | ||||
|         return super().finalize_options() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue