Skip to content

Commit

Permalink
Build with Python 3.12 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ties committed Dec 11, 2023
1 parent 36d2c4e commit d437281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 2023-12-11
## 2023-12-11 (v0.2.0)

* Add a stable sort for event log items and use it in the web
index page.
* Build with Python 3.12
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 = "sagemcom-f3896-client"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Ties de Kock <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d437281

Please sign in to comment.