@@ -54,9 +54,9 @@ def prepare_indexed_gzip():
5454 global include_dirs
5555 global sources
5656
57- igzip_dir = os .path .join (root_dir , "indexed_gzip-1.9.4 " , "indexed_gzip" )
58- igzip_file = os .path .join (root_dir , "indexed_gzip-1.9.4 .zip" )
59- url = "https://github.com/pauldmccarthy/indexed_gzip/archive/refs/tags/v1.9.4 .zip"
57+ igzip_dir = os .path .join (root_dir , "indexed_gzip-1.10.3 " , "indexed_gzip" )
58+ igzip_file = os .path .join (root_dir , "indexed_gzip-1.10.3 .zip" )
59+ url = "https://github.com/pauldmccarthy/indexed_gzip/archive/refs/tags/v1.10.3 .zip"
6060
6161 if not os .path .exists (igzip_dir ):
6262 if not os .path .isfile (igzip_file ):
@@ -168,14 +168,13 @@ def build_extensions(self):
168168 "Natural Language :: English" ,
169169 "License :: OSI Approved :: MIT License" ,
170170 "Programming Language :: C" ,
171- "Programming Language :: Python :: 3.6" ,
172- "Programming Language :: Python :: 3.7" ,
173171 "Programming Language :: Python :: 3.8" ,
174172 "Programming Language :: Python :: 3.9" ,
175173 "Programming Language :: Python :: 3.10" ,
176174 "Programming Language :: Python :: 3.11" ,
177175 "Programming Language :: Python :: 3.12" ,
178176 "Programming Language :: Python :: 3.13" ,
177+ "Programming Language :: Python :: 3.14" ,
179178 "Operating System :: Microsoft :: Windows" ,
180179 "Operating System :: POSIX :: Linux" ,
181180 "Operating System :: Unix" ,
0 commit comments