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

use pypy-3.10

This commit is contained in:
Olivier
2024-07-02 10:20:18 +02:00
committed by oroulet
parent 9d26178f95
commit f9f5895b49

View File

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