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

run CI on newer python version

This commit is contained in:
Olivier 2025-03-31 16:19:55 +02:00
parent 95ef9f0d56
commit 1004f153a9

View File

@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "pypy-3.10"]
python-version: ["3.9", "3.13", "pypy-3.10"]
steps:
- uses: actions/checkout@v4