Skip to content

Commit

Permalink
Merge pull request #99 from casework/bump_python_to_3_8
Browse files Browse the repository at this point in the history
Update Python support to reflect coming 3.7 EOL
  • Loading branch information
kchason authored Dec 19, 2022
2 parents 918dd3d + 04e890b commit df7da5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.11'

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install_requires =
requests
tabulate
packages = find:
python_requires = >=3.7
python_requires = >=3.8

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit df7da5b

Please sign in to comment.