mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-15 13:43:09 +01:00
Cannot test 3.10 yet: AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')
This commit is contained in:
parent
cedc5b7601
commit
62f63f1429
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user