large-image-source-test 1.25.1.dev26__tar.gz → 1.25.1.dev28__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-test
3
- Version: 1.25.1.dev26
3
+ Version: 1.25.1.dev28
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.8
16
16
  Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
19
20
  Requires-Python: >=3.6
20
21
  License-File: LICENSE
21
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: large-image-source-test
3
- Version: 1.25.1.dev26
3
+ Version: 1.25.1.dev28
4
4
  Summary: A fractal test tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.8
16
16
  Classifier: Programming Language :: Python :: 3.9
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
19
20
  Requires-Python: >=3.6
20
21
  License-File: LICENSE
21
22
 
@@ -1,4 +1,4 @@
1
- large-image>=1.25.1.dev26
1
+ large-image>=1.25.1.dev28
2
2
 
3
3
  [:python_version < "3.8"]
4
4
  importlib-metadata<5
@@ -51,6 +51,7 @@ setup(
51
51
  'Programming Language :: Python :: 3.9',
52
52
  'Programming Language :: Python :: 3.10',
53
53
  'Programming Language :: Python :: 3.11',
54
+ 'Programming Language :: Python :: 3.12',
54
55
  ],
55
56
  install_requires=[
56
57
  f'large-image{limit_version}',