Skip to content

Commit 92eccdc

Browse files
committed
Preparations for the first release
--- + Finalize wheels workflow since windows is working again
1 parent e367492 commit 92eccdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
# On Windows, some ASN1c code seems to be broken, which will be resolved
16-
# in a future release
17-
os: [ubuntu-latest, macos-latest] # windows-latest
15+
os: [ubuntu-latest, macos-latest, windows-latest]
1816

1917
steps:
2018
- uses: actions/checkout@v4
@@ -29,6 +27,7 @@ jobs:
2927
env:
3028
# cibuildwheel will build wheel once and test it for each CPython version
3129
CIBW_BUILD: "cp312-* cp313-* cp311-* cp310-*"
30+
# musllinux is not supported since musl does not export _timezone
3231
CIBW_SKIP: "*musllinux*"
3332
CIBW_BUILD_VERBOSITY: 1
3433

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies = [
4848
"rich", # colored terminal output and logging
4949
"cmd2", # advanced command shells (cmd 2.0)
5050
"typing-extensions", # compatibility with 3.10
51+
"crcmod", # dnp3 checksum algorithm
5152
]
5253

5354
[project.urls]

0 commit comments

Comments
 (0)