1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

run tests on 3.12

This commit is contained in:
Olivier
2024-07-02 10:32:43 +02:00
parent 868a3c44b5
commit 76ca64fe6e

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.11', 'pypy-3.10']
python-version: ['3.7', '3.12', 'pypy-3.10']
steps:
- uses: actions/checkout@v4