Skip to content

Commit df7da5b

Browse files
authored
Merge pull request #99 from casework/bump_python_to_3_8
Update Python support to reflect coming 3.7 EOL
2 parents 918dd3d + 04e890b commit df7da5b

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
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python-version:
34-
- '3.7'
34+
- '3.8'
3535
- '3.11'
3636

3737
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)