Skip to content

Commit 88788a0

Browse files
committed
Merge branch 'develop' into schedule_regular_ci
2 parents 27f8ac2 + df7da5b commit 88788a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
python-version:
36-
- '3.7'
36+
- '3.8'
3737
- '3.11'
3838

3939
steps:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install_requires =
2525
requests
2626
tabulate
2727
packages = find:
28-
python_requires = >=3.7
28+
python_requires = >=3.8
2929

3030
[options.entry_points]
3131
console_scripts =

0 commit comments

Comments
 (0)