We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f14cdc + 072e96e commit 1ffd25bCopy full SHA for 1ffd25b
.github/workflows/cicd.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
python-version:
39
- - '3.8'
+ - '3.9'
40
- '3.11'
41
42
steps:
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
requests
26
tabulate
27
packages = find:
28
-python_requires = >=3.8
+python_requires = >=3.9
29
30
[options.entry_points]
31
console_scripts =
0 commit comments