Skip to content

Commit

Permalink
- upd. .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xNykram committed Mar 16, 2024
1 parent 32dce24 commit 2dadf3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Install dependencies
run: |
pip install pytest
pip install pytest-mock
pip install .
- name: Run pytest
Expand Down
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "youtube_search2"
version = "2.1.4"
version = "2.1.5"
authors = [
{name = "Joe Tatusko", email = "tatuskojc@gmail.com"},
]
Expand All @@ -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",
Expand Down

0 comments on commit 2dadf3f

Please sign in to comment.