Skip to content

Commit 25c9726

Browse files
committed
Update changelog, re-introduce setup.cfg
1 parent 59055ac commit 25c9726

File tree

10 files changed

+76
-384
lines changed

10 files changed

+76
-384
lines changed

.github/workflows/build_linux.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.github/workflows/build_macos.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

.github/workflows/build_windows.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
CIBW_BUILD_FRONTEND: build
175175
CIBW_SKIP: 'cp27-* pp*'
176176
CIBW_DEPENDENCY_VERSIONS: pinned
177-
CIBW_PLATFORM: linux
177+
CIBW_PLATFORM: macos
178178
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
179179

180180
- uses: actions/upload-artifact@v4
@@ -219,7 +219,7 @@ jobs:
219219
CIBW_BUILD_FRONTEND: build
220220
CIBW_SKIP: 'cp27-* pp*'
221221
CIBW_DEPENDENCY_VERSIONS: pinned
222-
CIBW_PLATFORM: linux
222+
CIBW_PLATFORM: windows
223223
CIBW_TEST_COMMAND: python {project}/scripts/run-tests.py
224224

225225
- uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
**1.6.9 (2025-05-12)**
4+
5+
* Remove unused import to fix installation on Termux (by veka0, [#105](https://github.com/Kijewski/pyjson5/pull/105))
6+
37
**1.6.8 (2025-01-03)**
48

59
* Requires at least Python 3.7

0 commit comments

Comments
 (0)