From 2dadf3f2b4d2d0f8a127d2cfa9442215c3d76ba4 Mon Sep 17 00:00:00 2001 From: xNykram Date: Sat, 16 Mar 2024 16:35:05 +0100 Subject: [PATCH] - upd. .yml --- .github/workflows/pytest.yml | 2 ++ pyproject.toml | 10 +++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b027d23..1a1cd18 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,6 +17,8 @@ jobs: - name: Install dependencies run: | + pip install pytest + pip install pytest-mock pip install . - name: Run pytest diff --git a/pyproject.toml b/pyproject.toml index 06177bf..3fcee29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "youtube_search2" -version = "2.1.4" +version = "2.1.5" authors = [ {name = "Joe Tatusko", email = "tatuskojc@gmail.com"}, ] @@ -9,13 +9,9 @@ maintainers = [ ] description = "A youtube_search fork with additional features and patches." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.12" classifiers = [ - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.12" ] dependencies = [ "certifi==2024.2.2",