Skip to content

Commit 2ca92b3

Browse files
upd: dependencies
1 parent fac02d7 commit 2ca92b3

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
17+
python-version: [ "3.10", "3.11", "3.12" ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests>=2.31.0
1+
requests>=2.34.2

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.7",
31-
"Programming Language :: Python :: 3.8",
32-
"Programming Language :: Python :: 3.9",
3330
"Programming Language :: Python :: 3.10",
3431
"Programming Language :: Python :: 3.11",
3532
"Programming Language :: Python :: 3.12",
@@ -43,6 +40,6 @@
4340
"Creative Commons Attribution-NoDerivatives 4.0 International"
4441
" (CC BY-ND 4.0)"
4542
),
46-
install_requires=["requests>=2.31.0"],
47-
python_requires=">=3.7"
43+
install_requires=["requests>=2.34.2"],
44+
python_requires=">=3.10"
4845
)

0 commit comments

Comments
 (0)