We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 918dd3d + 04e890b commit df7da5bCopy full SHA for df7da5b
.github/workflows/cicd.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
python-version:
34
- - '3.7'
+ - '3.8'
35
- '3.11'
36
37
steps:
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
requests
26
tabulate
27
packages = find:
28
-python_requires = >=3.7
+python_requires = >=3.8
29
30
[options.entry_points]
console_scripts =
0 commit comments