mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-07 19:08:38 +03:00
min py to 3.10
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python: ['3.8', '3.10']
|
python: ['3.10']
|
||||||
task: # --show-capture=no on purpose, -s for captchas
|
task: # --show-capture=no on purpose, -s for captchas
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ sphinx:
|
|||||||
build:
|
build:
|
||||||
os: "ubuntu-22.04"
|
os: "ubuntu-22.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.8"
|
python: "3.10"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
**vk-url-scraper** supports Python >= 3.8.
|
**vk-url-scraper** supports Python >= 3.10.
|
||||||
|
|
||||||
## Installing with `pip`
|
## Installing with `pip`
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -57,7 +57,7 @@ setup(
|
|||||||
package_data={"vk_url_scraper": ["py.typed"]},
|
package_data={"vk_url_scraper": ["py.typed"]},
|
||||||
install_requires=read_requirements("requirements.txt"),
|
install_requires=read_requirements("requirements.txt"),
|
||||||
extras_require={"dev": read_requirements("dev-requirements.txt")},
|
extras_require={"dev": read_requirements("dev-requirements.txt")},
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.10",
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"vk_url_scraper=vk_url_scraper.__main__:main",
|
"vk_url_scraper=vk_url_scraper.__main__:main",
|
||||||
|
|||||||
Reference in New Issue
Block a user