We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e28bc commit 42c1e82Copy full SHA for 42c1e82
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
26
python-version:
27
- - '3.8'
+ - '3.9'
28
- '3.11'
29
30
steps:
.github/workflows/supply-chain.yml
@@ -25,7 +25,7 @@ jobs:
31
setup.cfg
@@ -20,7 +20,7 @@ install_requires =
20
case_utils >= 0.11.0, < 0.12.0
21
python-dateutil
22
packages = find:
23
-python_requires = >=3.8
+python_requires = >=3.9
[options.entry_points]
console_scripts =
0 commit comments