fix protocol unit test for python3.12 (#148)

* fix protocol unit test for python3.12

* add workflow test for python 3.12
This commit is contained in:
2024-01-29 14:25:39 +01:00
committed by GitHub
parent 739419e3ee
commit 1680cacf49
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python-version }}
steps: