Skip to content

Commit 37e7e47

Browse files
committed
Remove 3.12 marker until it's stable, other misc
1 parent d15017d commit 37e7e47

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Lint and test
33
on:
44
schedule:
55
- cron: "0 0 1 * *"
6-
# TODO: Uncomment after V2 is finished
76
push:
87
paths-ignore:
98
- ".gitignore"

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ venv.bak/
113113
.mypy_cache/
114114

115115
.rss-parser
116-
.ruff_cache
116+
.ruff_cache
117+
.python-version

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ classifiers = [
2929
"Programming Language :: Python :: 3.9",
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
32-
"Programming Language :: Python :: 3.12",
3332
]
3433
packages = [
3534
{include = "rss_parser"},

0 commit comments

Comments
 (0)