Skip to content

Commit

Permalink
Remove 3.12 marker until it's stable, other misc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Jul 15, 2023
1 parent d15017d commit 37e7e47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Lint and test
on:
schedule:
- cron: "0 0 1 * *"
# TODO: Uncomment after V2 is finished
push:
paths-ignore:
- ".gitignore"
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ venv.bak/
.mypy_cache/

.rss-parser
.ruff_cache
.ruff_cache
.python-version
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 37e7e47

Please sign in to comment.