Skip to content

Commit 1ffd25b

Browse files
authored
Merge pull request #128 from casework/remove_python_3_8
Remove Python 3.8
2 parents 3f14cdc + 072e96e commit 1ffd25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version:
39-
- '3.8'
39+
- '3.9'
4040
- '3.11'
4141

4242
steps:

setup.cfg

+1-1
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.8
28+
python_requires = >=3.9
2929

3030
[options.entry_points]
3131
console_scripts =

0 commit comments

Comments
 (0)