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

run CI on 3.9

This commit is contained in:
oroulet 2020-12-25 11:55:32 +01:00
parent 1edd4b4ed3
commit 909808ef02

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', 'pypy-3.7']
python-version: ['3.7', '3.9', 'pypy-3.7']
steps:
- uses: actions/checkout@v2