Add test for successful connection registration numerics (#233)

And Python version bump so I can use the walrus.
This commit is contained in:
2023-09-24 15:19:59 +02:00
committed by GitHub
parent 81094a308b
commit 2ee8a0694f
8 changed files with 140 additions and 9 deletions

View File

@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.11
- name: Cache dependencies
uses: actions/cache@v2