Skip to content

Commit

Permalink
Add Python 3.13 to CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Aug 13, 2024
1 parent 6aab60a commit 6312355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.1"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.1"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13.0-rc.1"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- Added the `comment()` function to render HTML comments.
[Documentation](usage.md#html-comments) / [Issue
#42](https://github.com/pelme/htpy/issues/42).
- Run tests on Python 3.13 RC (no changes were required, earlier versions
should work fine too). [PR #45](https://github.com/pelme/htpy/pull/45).

## 24.8.0 - 2024-08-03
- Allow conditional rendering based on `bool`. [PR #40](https://github.com/pelme/htpy/pull/41).
Expand Down

0 comments on commit 6312355

Please sign in to comment.