Accept 3.10 beta for testing

This commit is contained in:
Nick Coghlan 2021-06-26 15:47:45 +10:00
parent dbcddef29f
commit cef92f49f9

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy3']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta - 3.10', 'pypy3']
steps:
- uses: actions/checkout@v2