File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments