We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15017d commit 37e7e47Copy full SHA for 37e7e47
3 files changed
.github/workflows/ci.yml
@@ -3,7 +3,6 @@ name: Lint and test
3
on:
4
schedule:
5
- cron: "0 0 1 * *"
6
- # TODO: Uncomment after V2 is finished
7
push:
8
paths-ignore:
9
- ".gitignore"
.gitignore
@@ -113,4 +113,5 @@ venv.bak/
113
.mypy_cache/
114
115
.rss-parser
116
-.ruff_cache
+.ruff_cache
117
+.python-version
pyproject.toml
@@ -29,7 +29,6 @@ classifiers = [
29
"Programming Language :: Python :: 3.9",
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
- "Programming Language :: Python :: 3.12",
33
]
34
packages = [
35
{include = "rss_parser"},
0 commit comments