Skip to content

Commit 46e258b

Browse files
fix: removing python 10 tests
1 parent d5148ce commit 46e258b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
python-version:
38-
- "3.10"
3938
- "3.11"
4039
os:
4140
- ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pycryptodome = ">=3.17,<3.19"
2727
pycryptodomex = {version = ">=3.17,<3.19", markers = "sys_platform == 'darwin'"}
2828
paho-mqtt = "~1.6.1"
2929
dacite = "~1.8.0"
30-
construct = "<=2.10.56"
30+
construct = "^2.10.68"
3131
alexapy = "^1.26.8"
3232

3333

0 commit comments

Comments
 (0)