Skip to content

Commit

Permalink
Support 3.12 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkuson authored Dec 1, 2023
1 parent d3ce040 commit 8c09878
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
52 changes: 26 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Screener"
version = "0.5.0"
version = "0.5.1"
description = "Check e-book files for security and privacy issues."
authors = ["Tom Kuson <mail@tjkuson.me>"]
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 8c09878

Please sign in to comment.