diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a394e13..7d08824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: Lint and test on: schedule: - cron: "0 0 1 * *" - # TODO: Uncomment after V2 is finished push: paths-ignore: - ".gitignore" diff --git a/.gitignore b/.gitignore index 952e18e..36304ce 100644 --- a/.gitignore +++ b/.gitignore @@ -113,4 +113,5 @@ venv.bak/ .mypy_cache/ .rss-parser -.ruff_cache \ No newline at end of file +.ruff_cache +.python-version diff --git a/pyproject.toml b/pyproject.toml index 29b9d4c..6ebafdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", ] packages = [ {include = "rss_parser"},