1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-27 08:56:28 +02:00

Cannot test 3.10 yet: AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')

This commit is contained in:
Hugo van Kemenade 2020-10-06 20:01:22 +03:00
parent cedc5b7601
commit 62f63f1429

View File

@ -15,7 +15,9 @@ jobs:
- { python-version: "pypy3", os: ubuntu-18.04 }
- { python-version: "pypy3", os: ubuntu-16.04 }
# Dev versions
- { python-version: "3.10-dev", os: ubuntu-18.04 }
# 3.10-dev blocked by:
# AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')
#- { python-version: "3.10-dev", os: ubuntu-18.04 }
steps:
- uses: actions/checkout@v2