Skip to content

Commit

Permalink
Add python 3.12 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Nov 5, 2023
1 parent 5b724cc commit 105344e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: SCM Checkout
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Unreleased

## 🔩 Internal / Development
* Add `python 3.12` to test matrix
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 = "crc"
version = "5.0.0"
version = "5.0.1"
description = "Library and CLI to calculate and verify all kinds of CRC checksums"
packages = [
{ include = "crc", from = "src" },
Expand Down

0 comments on commit 105344e

Please sign in to comment.