Skip to content

Commit 1ecc8fe

Browse files
committed
1.9.4.9
1 parent 92a4d80 commit 1ecc8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, macos-13, ubuntu-24.04-arm]
19-
pyver: [cp39, cp310, cp311, cp312, cp313]
19+
pyver: [cp38, cp39, cp310, cp311, cp312, cp313]
2020

2121
steps:
2222
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Rhoban JsonCPP fork"
99
license = "MIT"
1010
name = "rhoban-cmeel-jsoncpp"
1111
requires-python = ">= 3.8"
12-
version = "1.9.4.8"
12+
version = "1.9.4.9"
1313

1414
[project.urls]
1515
changelog = "https://github.com/rhobandeps/jsoncpp/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)