Skip to content

Commit d2a5133

Browse files
committed
Remove 3.7 from supported lib
1 parent 932166c commit d2a5133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
20+
python-version: ['3.8', '3.9', '3.10', '3.11']
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
'Programming Language :: Python :: 3.11',
3232
'Topic :: Software Development :: Libraries :: Python Modules',
3333
],
34-
python_requires='>=3.7',
34+
python_requires='>=3.8',
3535
install_requires=['requests'],
3636
)

0 commit comments

Comments
 (0)