File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers =
99 Natural Language :: English
1010 Operating System :: POSIX
1111 Programming Language :: Python :: 3
12- Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
1514 Programming Language :: Python :: 3.10
@@ -37,7 +36,7 @@ install_requires =
3736 galaxy-util
3837 backports.zoneinfo; python_version<'3.9'
3938packages = find:
40- python_requires = >=3.7
39+ python_requires = >=3.8
4140
4241[options.packages.find]
4342exclude =
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers =
99 Natural Language :: English
1010 Operating System :: POSIX
1111 Programming Language :: Python :: 3
12- Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
1514 Programming Language :: Python :: 3.10
@@ -38,7 +37,7 @@ install_requires =
3837 pydantic>=2,!=2.6.0,!=2.6.1
3938 PyYAML
4039packages = find:
41- python_requires = >=3.7
40+ python_requires = >=3.8
4241
4342[options.packages.find]
4443exclude =
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers =
99 Natural Language :: English
1010 Operating System :: POSIX
1111 Programming Language :: Python :: 3
12- Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
1514 Programming Language :: Python :: 3.10
@@ -46,7 +45,7 @@ install_requires =
4645 sortedcontainers
4746 typing-extensions
4847packages = find:
49- python_requires = >=3.7
48+ python_requires = >=3.8
5049
5150[options.entry_points]
5251console_scripts =
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers =
99 Natural Language :: English
1010 Operating System :: POSIX
1111 Programming Language :: Python :: 3
12- Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
1514 Programming Language :: Python :: 3.10
@@ -37,7 +36,7 @@ install_requires =
3736 pydantic>=2,!=2.6.0,!=2.6.1
3837 typing-extensions
3938packages = find:
40- python_requires = >=3.7
39+ python_requires = >=3.8
4140
4241[options.entry_points]
4342console_scripts =
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ classifiers =
99 Natural Language :: English
1010 Operating System :: POSIX
1111 Programming Language :: Python :: 3
12- Programming Language :: Python :: 3.7
1312 Programming Language :: Python :: 3.8
1413 Programming Language :: Python :: 3.9
1514 Programming Language :: Python :: 3.10
@@ -46,7 +45,7 @@ install_requires =
4645 typing-extensions
4746 zipstream-new
4847packages = find:
49- python_requires = >=3.7
48+ python_requires = >=3.8
5049
5150[options.extras_require]
5251image-util =
You can’t perform that action at this time.
0 commit comments